Spreadsheet part.

Public Member Functions |
|
| FBSpread | GetSpread () |
| Returns the Spread control this part belongs
to. |
|
Public Attributes |
|
| FBPropertyBase | Row |
| Read Only Property: Row number.
|
|
| FBPropertyBase | Column |
| Read Only Property: Column number.
|
|
| FBPropertyBase | ReadOnly |
| Read Write Property: Is SpreadPart
read-only?. |
|
| FBPropertyBase | 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 |
|
| __init__ (HFBSpread pParent) | |
| Constructor. |
|
| __init__ | ( | HFBSpread | pParent | ) | [protected] |
Constructor.
| pParent | Parent Spreadsheet. |
| FBSpread GetSpread | ( | ) |
Returns the Spread control this part belongs to.
| FBPropertyBase Row |
Read Only Property: Row number.
| FBPropertyBase Column |
Read Only Property: Column number.
| FBPropertyBase ReadOnly |
Read Write Property: Is SpreadPart read-only?.
| FBPropertyBase Enabled |
Read Write Property: Is SpreadPart enabled?.
| FBPropertyCellStyle Style |
Read Write Property: Style of cell.
| FBPropertyTextJustify Justify |
Read Write Property: Text justification for SpreadPart.
Reimplemented in FBSpreadColumn.