FBCellStyle Class Reference

FBCellStyle Class Reference

#include <mobu-python-api.h>

Class Description

Different styles of spreadsheet cell styles.

+ Inheritance diagram for FBCellStyle:

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...
 

Member Data Documentation

object kFBCellStyle2StatesButton

2 state button.

object kFBCellStyle3StatesButton

3 state button.

object kFBCellStyleButton
object kFBCellStyleDefault

Default cell style.

object kFBCellStyleDouble
object kFBCellStyleInteger
object kFBCellStyleMenu
object kFBCellStyleString
object kFBCellStyleTime
object kFBCellStyleView

View (user definable, you need to specify the view using FBSpread::SetCellView()).

object kFBCellStyleVoid

Void (no value).