Property Item
| Improve this Doc View SourceItem[ColumnId]
Declaration
public Column this[ColumnId columnKey] { get; }
Parameters
Type | Name | Description |
---|---|---|
ColumnId | columnKey | The ColumnId which uniquely identifies the column. |
Property Value
Type | Description |
---|---|
Column | Column with the specified ColumnId, null if no column found. |
Item[String]
Gets the Column by specified name.
Declaration
public Column this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The specified name. |
Property Value
Type | Description |
---|---|
Column | Column with the specified name, null if no column found. |