The ColumnCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColumnCollection |
Initialize a new instance of the ColumnCollection class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a column to the collection.
| |
| AddRange(array<Column>[]()[][]) |
Adds the elements of an array of columns to the end of this collection.
| |
| AddRange(ColumnCollection) |
Adds the elements of a ColumnCollection to the end of this collection.
| |
| Clear |
Removes all columns from this collection.
| |
| Contains |
Determine whether an Column is in the ColumnCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements GetEnumerator()()()().
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Column in the ColumnCollection.
| |
| Insert |
Insert an Column on a specific place in this ColumnCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Remove |
Removes an Column from this ColumnCollection.
| |
| RemoveAt |
Removes an Column from the ColumnCollection at the specified index.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of columns in this colllection.
| |
| Item |
Get a column by 0-based index.
| |
| Spacing |
Get or set the column spacing equally and distrutes width evenly.
| |
| Width |
Get or set the column width equally and distrutes space evenly.
|