| 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; }
Public Property Item (
column As DataColumn
) As Object
Get
Set
Parameters
- column
- Type: Dynamicweb.Controls.ChartsDataColumn
Reference to existing table column.
Return Value
Type:
ObjectRow cell value for a given column.
Remarks See Also