[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IStructuredObject.GetColumnIndex

GetColumnIndex Method

GetColumnIndex(int)

Get the table column index of the specified column.

Declaration
int GetColumnIndex(int id)
Function GetColumnIndex(id As Integer) As Integer
Parameters
Type Name Description
int id

An integer value indicates the column unique ID inside the structure object.

Returns
Type Description
int

An int value represents the table column index of the specified column.