Navigation:  Classes > bCell >

bCell:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates a cell object.

Class

bCell

Type

Method

Syntax

bCell{

[<iColumn>],

[<iRow>],

[<iRecNo>]

} Æ oCell

Arguments

<iColumn>The column number of the cell. If the argument is not specified, the value 0 is used as default.
Data type:Integer

 

<iRow>The row number of the cell. If the argument is not specified, the value 0 is used as default.
Data type:Integer

 

<iRecNo>The record number of the cell. If the argument is not specified, the value 0 is used as default.
Data type:Integer

Return Value

oCellThe created object of the class bCell.
Data type:bCell

Description

bCell:Init() creates a new object of the class bCell and initializes it with the column, row and record number.

See Also

bCell:Column

bCell:RecNo

bCell:Row

 


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