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

Glossary Item Box

The number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).

Syntax

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

See Also