var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.borderBottom(value);
function borderBottom( value : LineBorder ) : any;
Parameters
- value
- The cell bottom border line.
Return Value
If no value is set, returns the cell bottom border line; otherwise, returns the cell.