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