wijmo.grid Namespace > IBeforeCellEditEventArgs Interface : cell Field |
Gets the edited cell's information.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IBeforeCellEditEventArgs; var value; // Type: cellInfo value = instance.cell; |
Javascript (Specification) | |
---|---|
var cell : cellInfo; |