Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[ColumnId]

Gets the Column by specified 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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest