var instance = new GC.Spread.Sheets.Bindings.CellBindingSource(source);
function CellBindingSource;
var instance = new GC.Spread.Sheets.Bindings.CellBindingSource(source);
function CellBindingSource;
var person = {name: "Wang feng", age: 25, address: {postcode: "710075"}}; var source = new GC.Spread.Sheets.Bindings.CellBindingSource(person); activeSheet.setBindingPath(0, 0, "name"); activeSheet.setBindingPath(1, 1, "age"); activeSheet.setBindingPath(3, 3, "address.postcode"); activeSheet.setDataSource(source);
Object
GC.Spread.Sheets.Bindings.CellBindingSource
Name | Description | |
---|---|---|
CellBindingSource Constructor | Represents a source for cell binding. |
Name | Description | |
---|---|---|
getSource | Gets the wrapped data source for cell binding. | |
getValue | Gets the value of the source by the binding path. | |
setValue | Sets the value of the source by the binding path. |