[]
Represents a collection for the ColumnInfo.
public sealed class ColumnInfoCollection : XamlCollection<ColumnInfo>, IList<ColumnInfo>, ICollection<ColumnInfo>, IEnumerable<ColumnInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class ColumnInfoCollection
Inherits XamlCollection(Of ColumnInfo)
Implements IList(Of ColumnInfo), ICollection(Of ColumnInfo), IEnumerable(Of ColumnInfo), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of sheets in the collection. |
| this[int] | Gets the sheet at the special index. |
| Name | Description |
|---|---|
| Clear() | Clears the collection. |
| RemoveAt(int) | Removes a sheet from the collection. |