var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: boolean value = instance.processMouseUp(hitInfo);
function processMouseUp( hitInfo : object ) : boolean;
Parameters
- hitInfo
- The hit test information returned by the getHitInfo method. See the Remarks for more information.
Return Value
Returns
true
if the process is successful; otherwise, false
.