Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnLabel(Int32,Int32) Method
Column header row index
Column index


In This Topic
    GetColumnLabel(Int32,Int32) Method
    In This Topic
    Gets the text in the specified column header cell on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetColumnLabel( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetColumnLabel(row, column)
    public string GetColumnLabel( 
       int row,
       int column
    )

    Parameters

    row
    Column header row index
    column
    Column index
    See Also