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