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