Python Reference Guide
FBCellStyle Class Reference

Different styles of spreadsheet cell styles. More...

Inheritance diagram for FBCellStyle:

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

Detailed Description

Different styles of spreadsheet cell styles.

Member Data Documentation

◆ kFBCellStyle2StatesButton

kFBCellStyle2StatesButton

2 state button.

◆ kFBCellStyle3StatesButton

kFBCellStyle3StatesButton

3 state button.

◆ kFBCellStyleButton

kFBCellStyleButton

Button.

◆ kFBCellStyleDefault

kFBCellStyleDefault

Default cell style.

◆ kFBCellStyleDouble

kFBCellStyleDouble

Double.

◆ kFBCellStyleInteger

kFBCellStyleInteger

Integer.

◆ kFBCellStyleMenu

kFBCellStyleMenu

Menu.

◆ kFBCellStyleString

kFBCellStyleString

String.

◆ kFBCellStyleTime

kFBCellStyleTime

Time.

◆ kFBCellStyleView

kFBCellStyleView

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

◆ kFBCellStyleVoid

kFBCellStyleVoid

Void (no value).