[]
Represents a one-dimensional collection of Column objects.
public class Columns : IList, ICollection, IEnumerable
Public Class Columns
Implements IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| Count | Gets or sets the number of columns in the collection. |
| Default | Gets a DefaultColumn object for the default column (-1). |
| this[int] | Gets a new column for the specified column. |
| this[int, int] | Gets a new column for the specified range of columns. |
| Parent | Gets the parent object that contains this collection of columns. |
| Name | Description |
|---|---|
| Add(int, int) | Adds a new column or range of columns. |
| AddRange(ICollection) | Internal use only. |
| Clear() | Internal use only. |
| Remove(int, int) | Removes a column or range of columns. |