Table of Contents

TLinqFieldDefinitions<T>.GetColumn 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 Int32 GetColumn(String columnName)

Parameters

<-> Parameter Type Description
columnName String Column we are searching for.

See also