ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IListGrid Interface / RowsOrColumnsCount Property

In This Topic
    RowsOrColumnsCount Property (IListGrid)
    In This Topic
    Gets the number of rows or columns, depending on the grow direction.
    Syntax
    'Declaration
     
    ReadOnly Property RowsOrColumnsCount As Integer
    int RowsOrColumnsCount {get;}

    Property Value

    An System.Int32 representing the number of rows or columns.
    See Also