PEFormulaSyntax is used by PEGetFormulaSyntax, and PESetFormulaSyntax, to retrieve and set the syntax for the current and following formula API calls.
#define PE_FS_SIZE 2
typedef struct PEFormulaSyntax {
WORD StructSize;
short formulaSyntax [PE_FS_SIZE];
} PEFormulaSyntax;
Specifies the size of the PEFormulaSyntax structure. Initialize this member to PE_SIZEOF_FORMULA_SYNTAX. | |
Specifies the formula syntax. Use one of the PE_FST_XXX Formula Syntax Constants, or PE_UNCHANGED for no change. Default value is PE_FST_CRYSTAL. |
Type PEFormulaSyntax
StructSize As Integer
formulaSyntax (0 To 1) As Integer
End Type
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |