substract(rect: PP.Ui.DataGridRectangle);
rect. Abstracted rectangle.
The substract method returns array of rectangles that are not common for the source and the abstracted rectangles.
The method returns arrays of values of the PP.Ui.DataGridRectangle type.
If the specified rectangle does not intersect the source rectangle or refers to the null value, the method returns the array that contains a single value that equals to the source rectangle.
The example of use is given on the page with description of the DataGridRectangle class constructor.
See also: