Python Reference Guide
 
Loading...
Searching...
No Matches
FBCellStyle Class Reference

Different styles of spreadsheet cell styles. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBCellStyle:

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.

 

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