Navigation:  Classes > bCell >

bCell:Equal()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether this cell and the passed cell contains the same values.

Class

bCell

Type

Method

Syntax

<oCell>:Equal(<oCell>) Æ lEqual

Arguments

<oCell>The cell, whose values are to be compared.
Data Type:bCell

Return Value

lEqualA logical value that indicates whether both cells are equal.
TRUEBoth cells are equal.
FALSEThe cells are unequal.
Data Type:Logic

Description

bCell:Equal() check whether all properties of this cell and the passed cell contains the same values.

See Also

bCell:Column

bCell:ColumnPercentage

bCell:GetColumnValue()

bCell:GetRowValue()

bCell:RecNo

bCell:Row

bCell:RowPercentage

 


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