GrapeCity.Xaml.CalcEngine
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ITableStruct Interface
ITableStruct Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options