GrapeCity.Xaml.CalcEngine
GetColumnName Method (ITableStruct)


The column index beside table.
Get the column name.
Syntax
'Declaration
 
Function GetColumnName( _
   ByVal columnIndexInTable As Integer _
) As String
'Usage
 
Dim instance As ITableStruct
Dim columnIndexInTable As Integer
Dim value As String
 
value = instance.GetColumnName(columnIndexInTable)
string GetColumnName( 
   int columnIndexInTable
)

Parameters

columnIndexInTable
The column index beside table.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ITableStruct Interface
ITableStruct Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options