Purpose
Creates a cell object.
Class
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
| oCell | The 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
Page url: http://www.YOURSERVER.com/index.html?bcell_init.htm