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 column] { get; set; }
Parameters
Type Name Description
Column column

The column.

Property Value
Type Description
System.Object

The data value.

| Improve this Doc View Source

Item[Column, Boolean]

Gets the data value for specified column.

Declaration
public object this[Column column, bool beforeEdit] { get; }
Parameters
Type Name Description
Column column

The column.

System.Boolean beforeEdit

Indicates whether should get value before editing.

Property Value
Type Description
System.Object

The data value.

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