Spread Windows Forms 12.0 Product Documentation
GetColumnIndex Method (IStructuredObject)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IStructuredObject Interface : GetColumnIndex Method
An integer value indicates the column unique ID inside the structure object.
Get the table column index of the specified column.
Syntax
'Declaration
 
Function GetColumnIndex( _
   ByVal id As Integer _
) As Integer
'Usage
 
Dim instance As IStructuredObject
Dim id As Integer
Dim value As Integer
 
value = instance.GetColumnIndex(id)
int GetColumnIndex( 
   int id
)

Parameters

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

Return Value

An System.Int32 value represents the table column index of the specified column.
See Also

Reference

IStructuredObject Interface
IStructuredObject Members