Table of Contents

TLinqFieldDefinitions<T>.GetColumnName Method

Returns the name for a field given its index. Note that for nested fields, this number might be bigger than ColumnCount

Syntax

Namespace: FlexCel.Report

public String GetColumnName(Int32 columnIndex)

Parameters

<-> Parameter Type Description
columnIndex Int32 Column we are searching for.

See also