SpreadJS Documentation
empty Method
Creates an empty rectangle with the location (0,0) and both width and height set to 0.
Syntax
var value; // Type: Rect
value = GcSpread.Sheets.Rect.empty();
function empty() : Rect;

Return Value

The empty rectangle.
See Also

Reference

Rect type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.