Gets the array of RectangleD values specifying
the column bounds on the current page,
in ResolvedUnit units.
Column bounds do not include page margins,
page header and footer areas, and gaps between the columns.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public RectangleD[] ColumnBounds { get; } |
Visual Basic |
---|
Public ReadOnly Property ColumnBounds As RectangleD() Get |