StiDataSourceGetColumnIndex 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
)
Public Function GetColumnIndex (
columnName As String
) As Integer
Parameters
- columnName
- Type: SystemString
Column name.
Return Value
Type:
Int32Index.
See Also