Spreadsheet row.
Definition at line 1472 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBSpreadRow (FBSpread *pParent, kReference pRow) | |
Constructor. | |
virtual void | Remove () |
Remove (destroy) row. | |
virtual bool | EditCaption () |
Edit the row caption. | |
Public Attributes | |
FBPropertyString | Caption |
Read Write Property: Caption to display with row. | |
FBPropertykReference | Parent |
Read Write Property: Parent of row (reference). | |
FBPropertyBool | RowSelected |
Read Write Property: Is row selected? |
FBSpreadRow | ( | FBSpread * | pParent, |
kReference | pRow | ||
) |
Constructor.
pParent | Parent spreadsheet. |
pRow | User-defined reference to assign to row. |
virtual void Remove | ( | ) | [virtual] |
Remove (destroy) row.
virtual bool EditCaption | ( | ) | [virtual] |
Edit the row caption.
This will initiate the UI edit of a row caption.
Read Write Property: Caption to display with row.
Definition at line 1490 of file fbcontrols.h.
Read Write Property: Parent of row (reference).
Definition at line 1491 of file fbcontrols.h.
Read Write Property: Is row selected?
Definition at line 1492 of file fbcontrols.h.