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

Glossary Item Box

Specifies the height of each renderable row in the matrix.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CellHeights As System.Collections.ICollection
C# 
System.Collections.ICollection CellHeights {get;}

See Also