[]
Gets or sets the element at the specified index.
public PageColumnDef this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
PageColumnDef | The element at the specified index. |