ActiveReports Developer 7
Width Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumn Class : Width Property

Glossary Item Box

Gets or sets the width of each detail cell in the column.

Syntax

Visual Basic (Declaration) 
Public Property Width As Length
C# 
public Length Width {get; set;}

Property Value

A Length structure indicating the width of each detail cell in the column.

See Also