Spread Windows Forms 17
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.


In This Topic
    SetColumnName Method (IStructuredObject)
    In This Topic
    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