Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / GetColumnName Method
Column index.


In This Topic
    GetColumnName Method (TableView)
    In This Topic
    Gets table column name.
    Syntax
    'Declaration
     
    
    Public Function GetColumnName( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As TableView
    Dim index As Integer
    Dim value As String
     
    value = instance.GetColumnName(index)
    public string GetColumnName( 
       int index
    )

    Parameters

    index
    Column index.

    Return Value

    Name of the column.
    See Also