Different styles of spreadsheet cell styles. More...
#include <pyfbsdk.h>

Public Attributes | |
| kFBCellStyleDefault | |
| Default cell style. | |
| kFBCellStyleString | |
| String. | |
| kFBCellStyleDouble | |
| Double. | |
| kFBCellStyleInteger | |
| Integer. | |
| kFBCellStyleButton | |
| Button. | |
| kFBCellStyle2StatesButton | |
| 2 state button. | |
| kFBCellStyle3StatesButton | |
| 3 state button. | |
| kFBCellStyleMenu | |
| Menu. | |
| kFBCellStyleVoid | |
| Void (no value). | |
| kFBCellStyleView | |
| View (user definable, you need to specify the view using FBSpread::SetCellView()). | |
| kFBCellStyleTime | |
| Time. | |
Different styles of spreadsheet cell styles.
| kFBCellStyle2StatesButton |
2 state button.
| kFBCellStyle3StatesButton |
3 state button.
| kFBCellStyleButton |
Button.
| kFBCellStyleDefault |
Default cell style.
| kFBCellStyleDouble |
Double.
| kFBCellStyleInteger |
Integer.
| kFBCellStyleMenu |
Menu.
| kFBCellStyleString |
String.
| kFBCellStyleTime |
Time.
| kFBCellStyleView |
View (user definable, you need to specify the view using FBSpread::SetCellView()).
| kFBCellStyleVoid |
Void (no value).