
Public Member Functions |
|
| object | GetCellValue (int pRow, int pColumn) |
| Get a cell's value. |
|
| void | SetCellValue (int pRow, int pColumn, object pValue) |
| Set a cell's value. |
|
| FBSpreadCell | GetSpreadCell (kReference pRef, int pColumn) |
| Get a cell from row and column numbers.
|
|
Get a cell's value.
| pRow | Row of cell. |
| pColumn | Column of cell. |
| object | Value of the cell (can be str, int or float) |
Set a cell's value.
This will also set the FBSpreadCell.Style to the type of pValue (kFBCellStyleInteger if pValue is an int, kFBCellStyleDouble if pValue is a float, kFBCellStyleString if pValue is a str).
| pRow | Row of cell. |
| pColumn | Column of cell. |
| pValue | Value of the cell (can be str, int or float) |
| FBSpreadCell GetSpreadCell | ( | kReference | pRef, |
| int | pColumn | ||
| ) |
Get a cell from row and column numbers.
| pRef | Row reference. |
| pColumn | Column number. |