var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var value; // Type: any value = instance.bindingPath(path);
function bindingPath( path : string ) : any;
Parameters
- path
- The binding path for cell binding.
Return Value
If no value is set, returns the binding path for cell binding; otherwise, returns the worksheet.