[]
Represents a collection of PageColumnDef objects.
public class PageColumnDefCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
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. |