| 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; }
Public Property Item (
index As Integer
) As Object
Get
Set
Parameters
- index
- Type: SystemInt32
Zero based index of a column.
Return Value
Type:
ObjectRow cell value for a given column.
Remarks See Also