Click or drag to resize

DataRow Constructor (DataRow)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public DataRow(
	DataRow copyFrom
)

Parameters

copyFrom
Type: Dynamicweb.Controls.ChartsDataRow
Data row to copy information from.
Exceptions
ExceptionCondition
ArgumentNullExceptioncopyFrom is null.
Remarks