Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetColumnLabel(Int32,Int32) Method
Header row index
Header column index
Example


In This Topic
    GetColumnLabel(Int32,Int32) Method
    In This Topic
    Gets the text in the column header cell at the specified row and column.
    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
    Header row index
    column
    Header column index
    Example
    This example uses the GetColumnLabel method.
    See Also