Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fills the report cells with values in rigth-to-left consecutive order.
Syntax
protected void fillCellsRight(
int _workSheet,
str _cellName,
int _row,
str _text,
[int _number,
str _filler,
int _cellMacro])
Run On
Called
Parameters
- _workSheet
Type: int
The workSheet number of the report.
- _cellName
Type: str
The cell name of the report.
- _row
Type: int
The row number of the report.
- _text
Type: str
The string value which is printed into the report cells.
- _number
Type: int
The number of the letters of the string value which is printed into the report cells.
- _filler
Type: str
The default letter value which is printed into the report cells.
- _cellMacro
Type: int
The number of excel cells.