GcSpread.Sheets Namespace > Cell type : bindingPath Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: string returnValue = instance.bindingPath(value);
function bindingPath( value : string ) : string;
var test = {name: "John"}; activeSheet.getCell(0,0).bindingPath( "name"); activeSheet.setDataSource(new GcSpread.Sheets.CellBindingSource(test));