GC.Spread.Sheets Namespace > CellRange type : bindingPath Method |
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;
var test = {name: "John"}; activeSheet.getCell(0,0).bindingPath( "name"); activeSheet.setDataSource(new GC.Spread.Sheets.Bindings.CellBindingSource(test));