var instance = new GC.Spread.Sheets.Bindings.CellBindingSource(source); var value; // Type: Object value = instance.getValue(path);
function getValue( path : string ) : Object;
Parameters
- path
- The binding path.
Return Value
Returns the value of the binding source at the specified path.