isCoordVisibleOrInsideVisibleSpan(coord: PP.Ui.TabSheetCoord);
coord. Merged cell coordinates.
The isCoordVisibleOrInsideVisibleSpan method determines whether a range of merged cells is not hidden, and if it is within the visible table range.
This method returns True if the given merged cell is not hidden and is within the visible cell range, otherwise it returns False.
The example of use is given on the page with description of the TabSheet.calcCoordUnderMouse method.
Seebsp;also: