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