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


In This Topic
    Rows Property (FpSpread)
    In This Topic
    Gets the rows in the client area of the active sheet in the Spread component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As Rows
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Rows
     
    value = instance.Rows
    public Rows Rows {get;}

    Property Value

    Rows object containing the rows in the data area of 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