ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / Columns Property

In This Topic
    Columns Property (IMatrix)
    In This Topic
    Gets the number of columns in this matrix's definition.
    Syntax
    'Declaration
     
    ReadOnly Property Columns As Integer
    int Columns {get;}

    Property Value

    An System.Int32 representing the number of columns in this matrix's definition.
    See Also