Click or drag to resize

DataRowItem Property (DataColumn)

Gets or sets row cell value.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public Object this[
	DataColumn column
] { get; set; }

Parameters

column
Type: Dynamicweb.Controls.ChartsDataColumn
Reference to existing table column.

Return Value

Type: Object
Row cell value for a given column.
Remarks