Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / RowHeader Property
Example


In This Topic
    RowHeader Property (SheetView)
    In This Topic
    Gets the row headers for the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowHeader As RowHeader
    'Usage
     
    
    Dim instance As SheetView
    Dim value As RowHeader
     
    value = instance.RowHeader
    public RowHeader RowHeader {get;}

    Property Value

    RowHeader object containing the row headers
    Example

    This example sets the sheet to have three columns in the row header and to display letters in the first column (closest to the data area).

    See Also