[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDefCollection

PageColumnDefCollection Class

Represents a collection of PageColumnDef objects.

Inheritance
PageColumnDefCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class PageColumnDefCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets or sets the element at the specified index.

Methods

Name Description
Add()

Adds a new PageColumnDef initialized with the default Width and Spacing to the current collection.

Add(PageColumnDef)

Adds a PageColumnDef to the current collection.

Add(Unit, Unit)

Adds a new PageColumnDef initialized with the specified width and spacing to the current collection.

Compare(PageColumnDefCollection)

Compares the current collection to another. Uses the Compare(PageColumnDef) to compare elements elements at the corresponding positions by their properties' values.

IndexOf(PageColumnDef)

Returns the index of the specified PageColumnDef in the current collection.

Insert(int, PageColumnDef)

Inserts a PageColumnDef into the current collection.

Remove(PageColumnDef)

Removes a PageColumnDef from the current collection.