This reference page is linked to from the following overview topics: Spreadsheets.
Spreadsheet part.
Definition at line 1431 of file fbcontrols.h.
#include <fbcontrols.h>
Public Member Functions | |
FBSpread * | GetSpread () |
Returns the Spread control this part belongs to. | |
Public Attributes | |
FBPropertyInt | Row |
Read Only Property: Row number. | |
FBPropertyInt | Column |
Read Only Property: Column number. | |
FBPropertyBool | ReadOnly |
Read Write Property: Is SpreadPart read-only? | |
FBPropertyBool | Enabled |
Read Write Property: Is SpreadPart enabled? | |
FBPropertyCellStyle | Style |
Read Write Property: Style of cell | |
FBPropertyTextJustify | Justify |
Read Write Property: Text justification for SpreadPart | |
Protected Member Functions | |
FBSpreadPart (FBSpread *pParent) | |
Constructor. |
FBSpreadPart | ( | FBSpread * | pParent | ) | [protected] |
Constructor.
pParent | Parent Spreadsheet. |
FBSpread* GetSpread | ( | ) |
Returns the Spread control this part belongs to.
Read Only Property: Row number.
Definition at line 1441 of file fbcontrols.h.
Read Only Property: Column number.
Definition at line 1442 of file fbcontrols.h.
Read Write Property: Is SpreadPart read-only?
Definition at line 1443 of file fbcontrols.h.
Read Write Property: Is SpreadPart enabled?
Definition at line 1444 of file fbcontrols.h.
FBPropertyCellStyle Style |
Read Write Property: Style of cell
Definition at line 1445 of file fbcontrols.h.
FBPropertyTextJustify Justify |
Read Write Property: Text justification for SpreadPart
Reimplemented in FBSpreadColumn.
Definition at line 1446 of file fbcontrols.h.