Spread Windows Forms 12.0 Product Documentation
GetColumnId Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IStructuredObject Interface : GetColumnId Method
A string value indicates the specified column.
Gets the relative column index of the specified column.
Syntax
'Declaration
 
Function GetColumnId( _
   ByVal columnName As String _
) As Integer
'Usage
 
Dim instance As IStructuredObject
Dim columnName As String
Dim value As Integer
 
value = instance.GetColumnId(columnName)
int GetColumnId( 
   string columnName
)

Parameters

columnName
A string value indicates the specified column.

Return Value

An integer value indicates the relative column index.
See Also

Reference

IStructuredObject Interface
IStructuredObject Members