Navigation:  Classes > bCell >

bCell:Empty()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether all properties of the cell are empty.

Class

bCell

Type

Method

Syntax

<oCell>:Empty() Æ lEmpty

Return Value

lEmptyA logical value that indicates whether all properties are empty.
TRUEAll properties are empty.
FALSENot all properties are empty.
Data Type:Logic

Description

bCell:Empty() checks whether all properties of the cell contain the value 0. The accesses bCell:ColumnPercentage and bCell:RowPercentage can contain instead of 0 the value BCELL_PERCENTAGE_UNDEFINED.

See Also

bCell:Column

bCell:ColumnPercentage

bCell:RecNo

bCell:Row

bCell:RowPercentage

 


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