 | DFNumericColumnNumericFormat Property |
Gets and sets the numeric format.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string NumericFormat { get; set; }
Public Property NumericFormat As String
Get
Set
public:
property String^ NumericFormat {
String^ get ();
void set (String^ value);
}
member NumericFormat : string with get, set
Property Value
String
RemarksSet to null to restore the default.
See Also