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