You are here: Symbol Reference > Stimulsoft.Base.Excel Namespace > BIFFRECORDTYPE Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Excel.BIFFRECORDTYPE Enumeration
Syntax
C++
C#
Visual Basic
internal: enum BIFFRECORDTYPE : public ushort { INTERFACEHDR = 0x00E1, MMS = 0x00C1, INTERFACEEND = 0x00E2, WRITEACCESS = 0x005C, CODEPAGE = 0x0042, DSF = 0x0161, TABID = 0x013D, FNGROUPCOUNT = 0x009C, WINDOWPROTECT = 0x0019, PROTECT = 0x0012, PASSWORD = 0x0013, PROT4REV = 0x01AF, PROT4REVPASSWORD = 0x01BC, WINDOW1 = 0x003D, BACKUP = 0x0040, HIDEOBJ = 0x008D, RECORD1904 = 0x0022, REFRESHALL = 0x01B7, BOOKBOOL = 0x00DA, FONT = 0x0031, FONT_V34 = 0x0231, FORMAT = 0x041E, FORMAT_V23 = 0x001E, XF = 0x00E0, XF_V4 = 0x0443, XF_V3 = 0x0243, XF_V2 = 0x0043, STYLE = 0x0293, BOUNDSHEET = 0x0085, COUNTRY = 0x008C, SST = 0x00FC, CONTINUE = 0x003C, EXTSST = 0x00FF, BOF = 0x0809, BOF_V2 = 0x0009, BOF_V3 = 0x0209, BOF_V4 = 0x0409, EOF = 0x000A, CALCCOUNT = 0x000C, CALCMODE = 0x000D, PRECISION = 0x000E, REFMODE = 0x000F, DELTA = 0x0010, ITERATION = 0x0011, SAVERECALC = 0x005F, PRINTHEADERS = 0x002A, PRINTGRIDLINES = 0x002B, GUTS = 0x0080, WSBOOL = 0x0081, GRIDSET = 0x0082, DEFAULTROWHEIGHT = 0x0225, HEADER = 0x0014, FOOTER = 0x0015, HCENTER = 0x0083, VCENTER = 0x0084, PRINTSETUP = 0x00A1, DFAULTCOLWIDTH = 0x0055, DIMENSIONS = 0x0200, ROW = 0x0208, WINDOW2 = 0x023E, SELECTION = 0x001D, INDEX = 0x020B, DBCELL = 0x00D7, BLANK = 0x0201, BLANK_OLD = 0x0001, MULBLANK = 0x00BE, INTEGER = 0x0202, INTEGER_OLD = 0x0002, NUMBER = 0x0203, NUMBER_OLD = 0x0003, LABEL = 0x0204, LABEL_OLD = 0x0004, LABELSST = 0x00FD, FORMULA = 0x0406, FORMULA_OLD = 0x0006, BOOLERR = 0x0205, BOOLERR_OLD = 0x0005, ARRAY = 0x0221, RK = 0x027E, MULRK = 0x00BD, RSTRING = 0x00D6, SHRFMLA = 0x04BC, SHRFMLA_OLD = 0x00BC, STRING = 0x0207, CF = 0x01B1, CODENAME = 0x01BA, CONDFMT = 0x01B0, DCONBIN = 0x01B5, DV = 0x01BE, DVAL = 0x01B2, HLINK = 0x01B8, MSODRAWINGGROUP = 0x00EB, MSODRAWING = 0x00EC, MSODRAWINGSELECTION = 0x00ED, PARAMQRY = 0x00DC, QSI = 0x01AD, SUPBOOK = 0x01AE, SXDB = 0x00C6, SXDBEX = 0x0122, SXFDBTYPE = 0x01BB, SXRULE = 0x00F0, SXEX = 0x00F1, SXFILT = 0x00F2, SXNAME = 0x00F6, SXSELECT = 0x00F7, SXPAIR = 0x00F8, SXFMLA = 0x00F9, SXFORMAT = 0x00FB, SXFORMULA = 0x0103, SXVDEX = 0x0100, TXO = 0x01B6, USERBVIEW = 0x01A9, USERSVIEWBEGIN = 0x01AA, USERSVIEWEND = 0x01AB, USESELFS = 0x0160, XL5MODIFY = 0x0162, OBJ = 0x005D, NOTE = 0x001C, SXEXT = 0x00DC, VERTICALPAGEBREAKS = 0x001A, XCT = 0x0059, UNCALCED = 0x005E };
Members
Members 
Description 
FONT 
Font record, BIFF2, 5 and later 
FONT_V34 
Font record, BIFF3, 4 
FORMAT 
Format record, BIFF4 and later 
FORMAT_V23 
Format record, BIFF2, 3 
XF 
Extended format record, BIFF5 and later 
XF_V4 
Extended format record, BIFF4 
XF_V3 
Extended format record, BIFF3 
XF_V2 
Extended format record, BIFF2 
SST 
Global string storage (for BIFF8) 
BOF 
BOF ID for BIFF5 and later 
BOF_V2 
BOF ID for BIFF2 
BOF_V3 
BOF ID for BIFF3 
BOF_V4 
BOF ID for BIFF5 
EOF 
End of block started with BOF 
DIMENSIONS 
Size of area used for data 
ROW 
Row record 
INDEX 
Index record, unsure about signature 
DBCELL 
DBCell record, unsure about signature 
BLANK 
Empty cell 
BLANK_OLD 
Empty cell, old format 
MULBLANK 
Equivalent of up to 256 blank cells 
INTEGER 
Integer cell (0..65535) 
INTEGER_OLD 
Integer cell (0..65535), old format 
NUMBER 
Numeric cell 
NUMBER_OLD 
Numeric cell, old format 
LABEL 
String cell (up to 255 symbols) 
LABEL_OLD 
String cell (up to 255 symbols), old format 
LABELSST 
String cell with value from SST (for BIFF8) 
FORMULA 
Formula cell 
FORMULA_OLD 
Formula cell, old format 
BOOLERR 
Boolean or error cell 
BOOLERR_OLD 
Boolean or error cell, old format 
ARRAY 
Range of cells for multi-cell formula 
RK 
RK-format numeric cell 
MULRK 
Equivalent of up to 256 RK cells 
RSTRING 
Rich-formatted string cell 
SHRFMLA 
One more formula optimization element 
SHRFMLA_OLD 
One more formula optimization element, old format 
STRING 
And one more, for string formula results 
UNCALCED 
If present the Calculate Message was in the status bar when Excel saved the file. This occurs if the sheet changed, the Manual calculation option was on, and the Recalculate Before Save option was off.  

This is record Stimulsoft.Base.Excel.BIFFRECORDTYPE.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.