Spread Silverlight Documentation
GetColumnName Method (ITableStruct)


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

Parameters

columnIndexInTable
The column index beside table.
See Also

Reference

ITableStruct Interface
ITableStruct Members