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