This reference page is linked to from the following overview topics: Spreadsheets.
Spreadsheet part.
Definition at line 1419 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 (HFBSpread pParent) | |
Constructor. |
FBSpreadPart | ( | HFBSpread | pParent | ) | [protected] |
Constructor.
pParent | Parent Spreadsheet. |
FBSpread* GetSpread | ( | ) |
Returns the Spread control this part belongs to.
Read Only Property: Row number.
Definition at line 1429 of file fbcontrols.h.
Read Only Property: Column number.
Definition at line 1430 of file fbcontrols.h.
Read Write Property: Is SpreadPart read-only?
Definition at line 1431 of file fbcontrols.h.
Read Write Property: Is SpreadPart enabled?
Definition at line 1432 of file fbcontrols.h.
FBPropertyCellStyle Style |
Read Write Property: Style of cell
Definition at line 1433 of file fbcontrols.h.
FBPropertyTextJustify Justify |
Read Write Property: Text justification for SpreadPart
Reimplemented in FBSpreadColumn.
Definition at line 1434 of file fbcontrols.h.