DataGridRectangle.substract

Syntax

substract(rect: PP.Ui.DataGridRectangle);

Parameters

rect. Abstracted rectangle.

Description

The substract method returns array of rectangles that are not common for the source and the abstracted rectangles.

Comments

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.

Example

The example of use is given on the page with description of the DataGridRectangle class constructor.

See also:

DataGridRectangle