<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / Rows Property

In This Topic
    Rows Property (C1FlexGrid)
    In This Topic
    Gets the collection of rows in the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RowCollection
    public RowCollection Rows {get;}
    Remarks
    This property is equivalent to Cells.Rows.
    See Also