Click or drag to resize

DataRowItem Property (Int32)

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[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Zero based index of a column.

Return Value

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