GcSpread.Sheets Namespace > Rect type : intersectRect Method |
var instance = new GcSpread.Sheets.Rect(x, y, w, h); var value; // Type: boolean value = instance.intersectRect(rect);
true
if the specified rectangle intersects with the current rectangle; otherwise, false
.