Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / SetColumnName Method
An integer value indicates the calculated column index.
A string value indicates the column name.


In This Topic
    SetColumnName Method (Table)
    In This Topic
    Sets the name of the column.
    Syntax
    'Declaration
     
    
    Public Sub SetColumnName( _
       ByVal index As Integer, _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim index As Integer
    Dim text As String
     
    instance.SetColumnName(index, text)
    public void SetColumnName( 
       int index,
       string text
    )

    Parameters

    index
    An integer value indicates the calculated column index.
    text
    A string value indicates the column name.
    See Also