var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.borderBottom(value);
function borderBottom( (optional) value : LineBorder ) : any;
パラメータ
- value
- セルの下罫線。
戻り値の型
値が設定されていない場合は、セルの下罫線を返します。値が設定されている場合は、セルを返します。