Navigation:  Classes > bBrowser >

bBrowser:IsCellVisible()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a cell is partly or completely visible.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellVisible(

<iColumn>,

<iRow>,

<iRecNo>,

<lFractal>

) Æ lVisible

Arguments

<iColumn>The column number of the cell that is to be examined. The number of the column refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

 

<iRow>The row number of the cell that is to be examined.
Data type:Integer

 

<iRecNo>The record number of the cell that is to be examined.
Data type:Integer

 

<lFractal>A logical value that indicates whether the cell must be partial or completely visible.
Data type:Logic

Return Value

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

Description

bBrowser:IsCellVisible() examines whether a cell, indicated by column, row and record number is partly or completely visible.

See Also

bBrowser:IsColumnVisible()

bBrowser:IsRecordVisible()

bBrowser:IsRowVisible()

 


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