ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IGrid Interface / Columns Property

In This Topic
    Columns Property (IGrid)
    In This Topic
    Gets the number of columns in the grid.
    Syntax
    'Declaration
     
    ReadOnly Property Columns As Integer
    int Columns {get;}

    Property Value

    The number of columns in the grid as an System.Int32.
    See Also