| DataTableCopyFrom Method |
Copies all information from the given data table.
Namespace:
Dynamicweb.Controls.Charts
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual void CopyFrom(
DataTable table
)
Public Overridable Sub CopyFrom (
table As DataTable
)
Parameters
- table
- Type: Dynamicweb.Controls.ChartsDataTable
Data table to copy information from.
Exceptions Remarks See Also