ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / List Class / RowsOrColumnsCount Property

In This Topic
    RowsOrColumnsCount Property (List)
    In This Topic
    Number of rows or columns (depends on the GrowDirection value)
    Syntax
    'Declaration
     
    Public Property RowsOrColumnsCount As Integer
    public int RowsOrColumnsCount {get; set;}
    See Also