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


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

    Property Value

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