Defines a collection of columns width and spacing definitions. While this collection is empty these column attributes are determined based on ColumnCount and ColumnSpacing properties. Addition members to this collection allows to redefine these attributes for a corresponding number of columns starting from the leftmost one.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public PageColumnDefinitions PageColumns { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property PageColumns As PageColumnDefinitions

See Also