ActiveReports Developer 7
ColumnSpan Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMember Interface : ColumnSpan Property

Glossary Item Box

Returns the number of columns this member's heading spans.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ColumnSpan As System.Integer
C# 
System.int ColumnSpan {get;}

Remarks

Only valid if this is a member of a grouping on the row axis.

See Also