Table of Contents

TLinqDataTable<T>.GetColumnName Method

Returns the column name for a column identifier. This method is the reverse of VirtualDataTable.GetColumn

Syntax

Namespace: FlexCel.Report

public override String GetColumnName(Int32 columnIndex)

Parameters

<-> Parameter Type Description
columnIndex Int32 Column index returned by VirtualDataTable.GetColumn

Returns

The name of the column at columnIndex. If the columnIndex is not valid it should throw an Exception, since this method will only be called for columnIndexes returned by VirtualDataTable.GetColumn

See also