Table of Contents

TTableDefinition.ColumnInGridFromId Method

Returns the position int the Excel grid for a column id. So for example if the table starts at column 10 in Excel, and aId is the second column of the table, this method will return 11. If the id doesn't exists, this method will return -1.

Syntax

Namespace: FlexCel.Core

public Int32 ColumnInGridFromId(Int32 aId)

Parameters

<-> Parameter Type Description
aId Int32 Id of the column we want to find.

Returns

-1 if not found, either the position in the list.

See also