Spread Windows Forms 12.0 Product Documentation
SetColumnName Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IStructuredObject Interface : SetColumnName Method
An integer value indicates the table column index.
A string value indicates the specified column.
Gets the table column name of the specified column.
Syntax
'Declaration
 
Sub SetColumnName( _
   ByVal index As Integer, _
   ByVal columnName As String _
) 
'Usage
 
Dim instance As IStructuredObject
Dim index As Integer
Dim columnName As String
 
instance.SetColumnName(index, columnName)
void SetColumnName( 
   int index,
   string columnName
)

Parameters

index
An integer value indicates the table column index.
columnName
A string value indicates the specified column.
See Also

Reference

IStructuredObject Interface
IStructuredObject Members