set_NumberFormatDecimalPlaces Method
In This Topic
Sets the amount of decimal places in number format of selected cells.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_NumberFormatDecimalPlaces(value);
function set_NumberFormatDecimalPlaces(
: number
) : any;
Parameters
- value
- The amount of decimal places in number format for selected cells.
Browser Compatibility
See Also