Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / GetColumnName Method


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

    Parameters

    index
    See Also