Table of Contents

TLinqDataTable<T>.GetColumn Method

Returns a column identifier that you can later use on VirtualDataTableState.GetValue(Int32). Return -1 if the column does not exist, and make sure this search is case insensitive.

Syntax

Namespace: FlexCel.Report

public override Int32 GetColumn(String columnName)

Parameters

<-> Parameter Type Description
columnName String Name of the column to search.

Returns

Column identifier if found, -1 if not found.

See also