Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / GetColumnId Method
A string value indicates the specified column.


In This Topic
GetColumnId Method (IStructuredObject)
In This Topic
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)

Parameters

columnName
A string value indicates the specified column.

Return Value

An integer value indicates the relative column index.
See Also