Spread Windows Forms 12.0 Product Documentation
GetColumnName Method (IStructuredObject)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IStructuredObject Interface : GetColumnName Method
An integer value indicates the column unique ID inside the structure object.
Gets the table column name of the specified column.
Syntax
'Declaration
 
Function GetColumnName( _
   ByVal id As Integer _
) As String
'Usage
 
Dim instance As IStructuredObject
Dim id As Integer
Dim value As String
 
value = instance.GetColumnName(id)
string GetColumnName( 
   int id
)

Parameters

id
An integer value indicates the column unique ID inside the structure object.

Return Value

A string indicates the column name.
See Also

Reference

IStructuredObject Interface
IStructuredObject Members