|
ERRCODE TFormer_SetStartRowColumn |
( |
HTFORM |
pInstance, |
|
|
INT |
nStartCol, |
|
|
INT |
nStartRow | |
|
) |
| | |
Selects the starting cell of the first label to be printed.
- Returns:
- - ErrOk (0) in case of success
- Non-zero if error occurred
- Parameters:
-
[in] | pInstance | The TFORMer-Instance provided by a previous call to TFormer_Init. |
[in] | nStartCol | Only useful for Label-printing. Specifies the row-number of the first label to be printed (topmost row = 0). |
[in] | nStartRow | Only useful for Label-printing. Specifies the column-number of the first label to be printed (leftmost column = 0). |
- See also:
- TFormer_Print.
|