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


In This Topic
    Rows Property (RowHeader)
    In This Topic
    Gets a Rows object for the rows in the row header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As Rows
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As Rows
     
    value = instance.Rows
    public Rows Rows {get;}

    Property Value

    Rows object containing the rows in this row header
    Remarks
    This property is available at run time only.
    Example
    This example creates multiple rows in the row headers in the sheet and puts a different border around each of the rows.
    See Also