TLinqFieldDefinitions<T>.TryGetColumn Method
Returns the index for a field given its name. Note that for nested fields, this number might be bigger than ColumnCount
Syntax
Namespace: FlexCel.Report
public Boolean TryGetColumn(String columnName, out Int32 ResultValue)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
columnName | String | Column we are searching for. | |
out | ResultValue | Int32 | Index for the column. |
Returns
True if the column exists.