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