Navigation:  Classes > bBrowser >

bBrowser:IsCellAreaVisible()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether the area of a data cell range is visible.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellAreaVisible(

<oCellFrom>,

<oCellTo>

) Æ lVisible

Arguments

<oCellFrom>The cell that defines the left upper corner of the range of cells. The cell refers to the list of the opened columns (also see bBrowser:ColumnOpenList).
Data Type:bCell

 

<oCellTo>The cell that defines the right lower corner of the range of cells. The cell refers to the list of the opened columns (also see bBrowser:ColumnOpenList).
Data Type:bCell

Return Value

lVisibleA logical value that indicates whether the cell range is visible.
TRUEThe cell range is visible.
FALSEThe cell range is not visible.
Data Type:Logic

Description

bBrowser:IsCellAreaVisible() examines whether the area of a data cell range is visible.

See Also

bBrowser:IsCellVisible()

bBrowser:IsColumnVisible()

bBrowser:IsRecordGroupItemVisible()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_iscellareavisible.htm