Click or drag to resize

StiBusinessObjectGetColumnIndex Method

Returns the index of a column in the data source.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public int GetColumnIndex(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name.

Return Value

Type: Int32
Index.
See Also