Spreadsheet row.
Definition at line 1460 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions |
|
FBSpreadRow (HFBSpread 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 | ( | HFBSpread | 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 1478 of file fbcontrols.h.
Read Write Property: Parent of row (reference).
Definition at line 1479 of file fbcontrols.h.
Read Write Property: Is row selected?
Definition at line 1480 of file fbcontrols.h.