var instance = new GC.Spread.Sheets.CellTypes.Button(); var returnValue; // Type: any returnValue = instance.marginRight(value);
function marginRight( value : number ) : any;
Parameters
- value
- The button's right margin relative to the cell.
Return Value
If no value is set, returns the right margin in pixels; otherwise, returns the button cell type.