Show / Hide Table of Contents

Property Item

| Improve this Doc View Source

Item[Column]

Gets or sets the data value for specified column.

Declaration
public object this[Column key] { get; set; }
Parameters
Type Name Description
Column key

The column as key.

Property Value
Type Description
System.Object

The data value.

Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Item[TKey]
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest