NumericFormatProviderCopyNumericFormat Method |
|
DataPA OpenAnalytics API Reference
Copies the numeric format values from one object to this
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax void CopyNumericFormat(
NumericFormatProvider copyFrom
)
Sub CopyNumericFormat (
copyFrom As NumericFormatProvider
)
void CopyNumericFormat(
NumericFormatProvider^ copyFrom
)
function CopyNumericFormat(copyFrom);
Parameters
- copyFrom
- Type: DataPAEnterpriseDashboardNumericFormatProvider
The object to copy numeric format values from
See Also