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


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

    Property Value

    RowHeader object containing the row headers in the currently selected sheet
    Remarks
    This property is available at run time only.
    Example
    This example creates three row headers, displays letters in the first header and changes its background color to red. The first row displays a yellow border around its cells.
    See Also