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