Spreadsheet row.

Public Member Functions |
|
| __init__ (HFBSpread pParent, int pRow) | |
| Constructor. |
|
| Remove () | |
| Remove (destroy) row. |
|
| bool | EditCaption () |
| Edit the row caption. |
|
Public Attributes |
|
| FBPropertyString | Caption |
| Read Write Property: Caption to
display with row. |
|
| FBPropertyBase | Parent |
| Read Write Property: Parent of row
(reference). |
|
| FBPropertyBase | RowSelected |
| Read Write Property: Is row
selected?. |
|
| __init__ | ( | HFBSpread | pParent, |
| int | pRow | ||
| ) |
Constructor.
| pParent | Parent spreadsheet. |
| pRow | User-defined reference to assign to row. |
| Remove | ( | ) |
Remove (destroy) row.
| bool EditCaption | ( | ) |
Edit the row caption.
This will initiate the UI edit of a row caption.
Read Write Property: Caption to display with row.
| FBPropertyBase Parent |
Read Write Property: Parent of row (reference).
| FBPropertyBase RowSelected |
Read Write Property: Is row selected?.