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

In This Topic
    ColumnSpan Property (IMatrixMember)
    In This Topic
    Gets the number of columns this member's heading spans.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnSpan As Integer
    int ColumnSpan {get;}

    Property Value

    An System.Int32 representing the number of columns this member's heading spans.
    Remarks
    Only valid if this is a member of a grouping on the row axis.
    See Also