GrapeCity.Xaml.CalcEngine
GetColumnIndexInTable Method


GrapeCity.CalcEngine.Expressions Namespace > ITableStruct Interface : GetColumnIndexInTable Method
The column name.
Get the column index.
Syntax
'Declaration
 
Function GetColumnIndexInTable( _
   ByVal columnName As String _
) As Integer
'Usage
 
Dim instance As ITableStruct
Dim columnName As String
Dim value As Integer
 
value = instance.GetColumnIndexInTable(columnName)
int GetColumnIndexInTable( 
   string columnName
)

Parameters

columnName
The column name.
See Also

Reference

ITableStruct Interface
ITableStruct Members