xlld.sdk.xlcall

Microsoft Excel Developer's Toolkit Version 15.0

File: INCLUDE\XLCALL.H Description: Header file for for Excel callbacks Platform: Microsoft Windows

DEPENDENCY: Include <windows.h> before you include this.

This file defines the constants and data types which are used in the Microsoft Excel C API.

Ported to the D Programming Language by Laeeth Isharc (2015)

Members

Aliases

BOOL
alias BOOL = int
Undocumented in source.
BYTE
alias BYTE = ubyte
Undocumented in source.
COL
alias COL = int
Undocumented in source.
DWORD
alias DWORD = uint
Undocumented in source.
DWORD_PTR
alias DWORD_PTR = DWORD*
Undocumented in source.
HANDLE
alias HANDLE = int
Undocumented in source.
HWND
alias HWND = int
Undocumented in source.
IDSHEET
alias IDSHEET = DWORD_PTR
Undocumented in source.
LPSTR
alias LPSTR = wchar*
Undocumented in source.
LPXLMREF
alias LPXLMREF = XLMREF*
Undocumented in source.
LPXLMREF12
alias LPXLMREF12 = XLMREF12*
Undocumented in source.
LPXLOPER
alias LPXLOPER = XLOPER*
Undocumented in source.
LPXLOPER12
alias LPXLOPER12 = XLOPER12*
Undocumented in source.
LPXLREF
alias LPXLREF = XLREF*
Undocumented in source.
LPXLREF12
alias LPXLREF12 = XLREF12*
Undocumented in source.
POINT
alias POINT = int
Undocumented in source.
PXL_HPC_ASYNC_CALLBACK
alias PXL_HPC_ASYNC_CALLBACK = int function(LPXLOPER12 operAsyncHandle, LPXLOPER12 operReturn)

Cluster Connector Async Callback

RW
alias RW = int
Undocumented in source.
VOID
alias VOID = void
Undocumented in source.
WORD
alias WORD = ushort
Undocumented in source.
XCHAR
alias XCHAR = wchar
Undocumented in source.

Enums

XlType
enum XlType
Undocumented in source.

Functions

Excel4
int Excel4(int xlfn, LPXLOPER operRes, int count, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Excel4v
int Excel4v(int xlfn, LPXLOPER operRes, int count, LPXLOPER* opers)

XL 12 Basic Datatypes

LPenHelper
long LPenHelper(int wCode, VOID* lpv)
Undocumented in source.
XLCallVer
int XLCallVer()

Function prototypes

Manifest constants

dtBasic
enum dtBasic;
Undocumented in source.
dtChart
enum dtChart;
Undocumented in source.
dtNil
enum dtNil;
Undocumented in source.
dtProc
enum dtProc;
Undocumented in source.
dtSheet
enum dtSheet;
Undocumented in source.
htAddVtx
enum htAddVtx;
Undocumented in source.
htBot
enum htBot;
Undocumented in source.
htBotLeft
enum htBotLeft;
Undocumented in source.
htBotRight
enum htBotRight;
Undocumented in source.
htClient
enum htClient;
Undocumented in source.
htColGut
enum htColGut;
Undocumented in source.
htColHdr
enum htColHdr;
Undocumented in source.
htColLevels
enum htColLevels;
Undocumented in source.
htColShow
enum htColShow;
Undocumented in source.
htColWidth
enum htColWidth;
Undocumented in source.
htDelVtx
enum htDelVtx;
Undocumented in source.
htDman
enum htDman;
Undocumented in source.
htDmanFill
enum htDmanFill;
Undocumented in source.
htEdit
enum htEdit;
Undocumented in source.
htHSplit
enum htHSplit;
Undocumented in source.
htLeft
enum htLeft;
Undocumented in source.
htNone
enum htNone;
Undocumented in source.
htObject
enum htObject;
Undocumented in source.
htRight
enum htRight;
Undocumented in source.
htRwColHdr
enum htRwColHdr;
Undocumented in source.
htRwGut
enum htRwGut;
Undocumented in source.
htRwHdr
enum htRwHdr;
Undocumented in source.
htRwHeight
enum htRwHeight;
Undocumented in source.
htRwLevels
enum htRwLevels;
Undocumented in source.
htRwShow
enum htRwShow;
Undocumented in source.
htSizing
enum htSizing;
Undocumented in source.
htSxpivot
enum htSxpivot;
Undocumented in source.
htTabs
enum htTabs;
Undocumented in source.
htTextBox
enum htTextBox;
Undocumented in source.
htTop
enum htTop;
Undocumented in source.
htTopLeft
enum htTopLeft;
Undocumented in source.
htTopRight
enum htTopRight;
Undocumented in source.
htVSplit
enum htVSplit;
Undocumented in source.
htVertex
enum htVertex;
Undocumented in source.
htXSplit
enum htXSplit;
Undocumented in source.
xlAbort
enum xlAbort;
Undocumented in source.
xlAsyncReturn
enum xlAsyncReturn;
Undocumented in source.
xlCoerce
enum xlCoerce;
Undocumented in source.
xlCommand
enum xlCommand;

Function number bits

xlDefineBinaryName
enum xlDefineBinaryName;
Undocumented in source.
xlDisableXLMsgs
enum xlDisableXLMsgs;
Undocumented in source.
xlEnableXLMsgs
enum xlEnableXLMsgs;
Undocumented in source.
xlEventRegister
enum xlEventRegister;
Undocumented in source.
xlFree
enum xlFree;

Auxiliary function numbers

xlGetBinaryName
enum xlGetBinaryName;
Undocumented in source.
xlGetFmlaInfo
enum xlGetFmlaInfo;
Undocumented in source.
xlGetHwnd
enum xlGetHwnd;
Undocumented in source.
xlGetInst
enum xlGetInst;
Undocumented in source.
xlGetInstPtr
enum xlGetInstPtr;
Undocumented in source.
xlGetMouseInfo
enum xlGetMouseInfo;
Undocumented in source.
xlGetName
enum xlGetName;
Undocumented in source.
xlHpcRetCallFailed
enum xlHpcRetCallFailed;
Undocumented in source.
xlHpcRetSessionIdInvalid
enum xlHpcRetSessionIdInvalid;
Undocumented in source.
xlHpcRetSuccess
enum xlHpcRetSuccess;

Cluster connector entry point return codes

xlIntl
enum xlIntl;
Undocumented in source.
xlModeEdit
enum xlModeEdit;
Undocumented in source.
xlModeEnter
enum xlModeEnter;
Undocumented in source.
xlModePoint
enum xlModePoint;
Undocumented in source.
xlModeReady
enum xlModeReady;
Undocumented in source.
xlPrompt
enum xlPrompt;
Undocumented in source.
xlRunningOnCluster
enum xlRunningOnCluster;
Undocumented in source.
xlSet
enum xlSet;
Undocumented in source.
xlSheetId
enum xlSheetId;
Undocumented in source.
xlSheetNm
enum xlSheetNm;
Undocumented in source.
xlSpecial
enum xlSpecial;
Undocumented in source.
xlStack
enum xlStack;
Undocumented in source.
xlUDF
enum xlUDF;
Undocumented in source.
xlbitDLLFree
enum xlbitDLLFree;
Undocumented in source.
xlbitXLFree
enum xlbitXLFree;
Undocumented in source.
xlcA1R1c1
enum xlcA1R1c1;
Undocumented in source.
xlcActivate
enum xlcActivate;
Undocumented in source.
xlcActivateNext
enum xlcActivateNext;
Undocumented in source.
xlcActivateNotes
enum xlcActivateNotes;
Undocumented in source.
xlcActivatePrev
enum xlcActivatePrev;
Undocumented in source.
xlcActiveCellFont
enum xlcActiveCellFont;
Undocumented in source.
xlcAddArrow
enum xlcAddArrow;
Undocumented in source.
xlcAddChartAutoformat
enum xlcAddChartAutoformat;
Undocumented in source.
xlcAddListItem
enum xlcAddListItem;
Undocumented in source.
xlcAddOverlay
enum xlcAddOverlay;
Undocumented in source.
xlcAddPrintArea
enum xlcAddPrintArea;
Undocumented in source.
xlcAddTool
enum xlcAddTool;
Undocumented in source.
xlcAddinManager
enum xlcAddinManager;
Undocumented in source.
xlcAlert
enum xlcAlert;
Undocumented in source.
xlcAlignment
enum xlcAlignment;
Undocumented in source.
xlcAppActivate
enum xlcAppActivate;
Undocumented in source.
xlcAppActivateMicrosoft
enum xlcAppActivateMicrosoft;
Undocumented in source.
xlcAppMaximize
enum xlcAppMaximize;
Undocumented in source.
xlcAppMinimize
enum xlcAppMinimize;
Undocumented in source.
xlcAppMove
enum xlcAppMove;
Undocumented in source.
xlcAppRestore
enum xlcAppRestore;
Undocumented in source.
xlcAppSize
enum xlcAppSize;
Undocumented in source.
xlcApplyNames
enum xlcApplyNames;
Undocumented in source.
xlcApplyStyle
enum xlcApplyStyle;
Undocumented in source.
xlcArrangeAll
enum xlcArrangeAll;
Undocumented in source.
xlcAssignToObject
enum xlcAssignToObject;
Undocumented in source.
xlcAssignToTool
enum xlcAssignToTool;
Undocumented in source.
xlcAttachText
enum xlcAttachText;
Undocumented in source.
xlcAttachToolbars
enum xlcAttachToolbars;
Undocumented in source.
xlcAttributes
enum xlcAttributes;
Undocumented in source.
xlcAutoOutline
enum xlcAutoOutline;
Undocumented in source.
xlcAutocorrect
enum xlcAutocorrect;
Undocumented in source.
xlcAxes
enum xlcAxes;
Undocumented in source.
xlcBeep
enum xlcBeep;
Undocumented in source.
xlcBorder
enum xlcBorder;
Undocumented in source.
xlcBringToFront
enum xlcBringToFront;
Undocumented in source.
xlcCalculateDocument
enum xlcCalculateDocument;
Undocumented in source.
xlcCalculateNow
enum xlcCalculateNow;
Undocumented in source.
xlcCalculation
enum xlcCalculation;
Undocumented in source.
xlcCancelCopy
enum xlcCancelCopy;
Undocumented in source.
xlcCellProtection
enum xlcCellProtection;
Undocumented in source.
xlcChangeLink
enum xlcChangeLink;
Undocumented in source.
xlcChartAddData
enum xlcChartAddData;
Undocumented in source.
xlcChartTrend
enum xlcChartTrend;
Undocumented in source.
xlcChartWizard
enum xlcChartWizard;
Undocumented in source.
xlcCheckboxProperties
enum xlcCheckboxProperties;
Undocumented in source.
xlcClear
enum xlcClear;
Undocumented in source.
xlcClearOutline
enum xlcClearOutline;
Undocumented in source.
xlcClearPrintArea
enum xlcClearPrintArea;
Undocumented in source.
xlcClearRoutingSlip
enum xlcClearRoutingSlip;
Undocumented in source.
xlcClose
enum xlcClose;
Undocumented in source.
xlcCloseAll
enum xlcCloseAll;
Undocumented in source.
xlcColorPalette
enum xlcColorPalette;
Undocumented in source.
xlcColumnWidth
enum xlcColumnWidth;
Undocumented in source.
xlcCombination
enum xlcCombination;
Undocumented in source.
xlcConsolidate
enum xlcConsolidate;
Undocumented in source.
xlcConstrainNumeric
enum xlcConstrainNumeric;
Undocumented in source.
xlcCopy
enum xlcCopy;
Undocumented in source.
xlcCopyChart
enum xlcCopyChart;
Undocumented in source.
xlcCopyPicture
enum xlcCopyPicture;
Undocumented in source.
xlcCopyTool
enum xlcCopyTool;
Undocumented in source.
xlcCreateNames
enum xlcCreateNames;
Undocumented in source.
xlcCreatePublisher
enum xlcCreatePublisher;
Undocumented in source.
xlcCustomizeToolbar
enum xlcCustomizeToolbar;
Undocumented in source.
xlcCut
enum xlcCut;
Undocumented in source.
xlcDataDelete
enum xlcDataDelete;
Undocumented in source.
xlcDataFind
enum xlcDataFind;
Undocumented in source.
xlcDataFindNext
enum xlcDataFindNext;
Undocumented in source.
xlcDataFindPrev
enum xlcDataFindPrev;
Undocumented in source.
xlcDataForm
enum xlcDataForm;
Undocumented in source.
xlcDataLabel
enum xlcDataLabel;
Undocumented in source.
xlcDataSeries
enum xlcDataSeries;
Undocumented in source.
xlcDefineName
enum xlcDefineName;
Undocumented in source.
xlcDefineStyle
enum xlcDefineStyle;
Undocumented in source.
xlcDeleteArrow
enum xlcDeleteArrow;
Undocumented in source.
xlcDeleteChartAutoformat
enum xlcDeleteChartAutoformat;
Undocumented in source.
xlcDeleteFormat
enum xlcDeleteFormat;
Undocumented in source.
xlcDeleteName
enum xlcDeleteName;
Undocumented in source.
xlcDeleteNote
enum xlcDeleteNote;
Undocumented in source.
xlcDeleteOverlay
enum xlcDeleteOverlay;
Undocumented in source.
xlcDeleteStyle
enum xlcDeleteStyle;
Undocumented in source.
xlcDeleteTool
enum xlcDeleteTool;
Undocumented in source.
xlcDemote
enum xlcDemote;
Undocumented in source.
xlcDisableInput
enum xlcDisableInput;
Undocumented in source.
xlcDisplay
enum xlcDisplay;
Undocumented in source.
xlcDuplicate
enum xlcDuplicate;
Undocumented in source.
xlcEcho
enum xlcEcho;
Undocumented in source.
xlcEditColor
enum xlcEditColor;
Undocumented in source.
xlcEditDelete
enum xlcEditDelete;
Undocumented in source.
xlcEditObject
enum xlcEditObject;
Undocumented in source.
xlcEditRepeat
enum xlcEditRepeat;
Undocumented in source.
xlcEditSeries
enum xlcEditSeries;
Undocumented in source.
xlcEditTool
enum xlcEditTool;
Undocumented in source.
xlcEditboxProperties
enum xlcEditboxProperties;
Undocumented in source.
xlcEditionOptions
enum xlcEditionOptions;
Undocumented in source.
xlcEnableObject
enum xlcEnableObject;
Undocumented in source.
xlcEnableTipwizard
enum xlcEnableTipwizard;
Undocumented in source.
xlcEnterData
enum xlcEnterData;
Undocumented in source.
xlcError
enum xlcError;
Undocumented in source.
xlcErrorbarX
enum xlcErrorbarX;
Undocumented in source.
xlcErrorbarY
enum xlcErrorbarY;
Undocumented in source.
xlcExtendPolygon
enum xlcExtendPolygon;
Undocumented in source.
xlcExtract
enum xlcExtract;
Undocumented in source.
xlcFileClose
enum xlcFileClose;
Undocumented in source.
xlcFileDelete
enum xlcFileDelete;
Undocumented in source.
xlcFillAuto
enum xlcFillAuto;
Undocumented in source.
xlcFillDown
enum xlcFillDown;
Undocumented in source.
xlcFillGroup
enum xlcFillGroup;
Undocumented in source.
xlcFillLeft
enum xlcFillLeft;
Undocumented in source.
xlcFillRight
enum xlcFillRight;
Undocumented in source.
xlcFillUp
enum xlcFillUp;
Undocumented in source.
xlcFillWorkgroup
enum xlcFillWorkgroup;
Undocumented in source.
xlcFilter
enum xlcFilter;
Undocumented in source.
xlcFilterAdvanced
enum xlcFilterAdvanced;
Undocumented in source.
xlcFilterShowAll
enum xlcFilterShowAll;
Undocumented in source.
xlcFindFile
enum xlcFindFile;
Undocumented in source.
xlcFont
enum xlcFont;
Undocumented in source.
xlcFontProperties
enum xlcFontProperties;
Undocumented in source.
xlcFormatAuto
enum xlcFormatAuto;
Undocumented in source.
xlcFormatChart
enum xlcFormatChart;
Undocumented in source.
xlcFormatCharttype
enum xlcFormatCharttype;
Undocumented in source.
xlcFormatFont
enum xlcFormatFont;
Undocumented in source.
xlcFormatLegend
enum xlcFormatLegend;
Undocumented in source.
xlcFormatMain
enum xlcFormatMain;
Undocumented in source.
xlcFormatMove
enum xlcFormatMove;
Undocumented in source.
xlcFormatNumber
enum xlcFormatNumber;
Undocumented in source.
xlcFormatOverlay
enum xlcFormatOverlay;
Undocumented in source.
xlcFormatShape
enum xlcFormatShape;
Undocumented in source.
xlcFormatSize
enum xlcFormatSize;
Undocumented in source.
xlcFormatText
enum xlcFormatText;
Undocumented in source.
xlcFormula
enum xlcFormula;
Undocumented in source.
xlcFormulaArray
enum xlcFormulaArray;
Undocumented in source.
xlcFormulaFill
enum xlcFormulaFill;
Undocumented in source.
xlcFormulaFind
enum xlcFormulaFind;
Undocumented in source.
xlcFormulaFindNext
enum xlcFormulaFindNext;
Undocumented in source.
xlcFormulaFindPrev
enum xlcFormulaFindPrev;
Undocumented in source.
xlcFormulaGoto
enum xlcFormulaGoto;
Undocumented in source.
xlcFormulaReplace
enum xlcFormulaReplace;
Undocumented in source.
xlcFreezePanes
enum xlcFreezePanes;
Undocumented in source.
xlcFull
enum xlcFull;
Undocumented in source.
xlcFullScreen
enum xlcFullScreen;
Undocumented in source.
xlcFunctionWizard
enum xlcFunctionWizard;
Undocumented in source.
xlcGallery3dArea
enum xlcGallery3dArea;
Undocumented in source.
xlcGallery3dBar
enum xlcGallery3dBar;
Undocumented in source.
xlcGallery3dColumn
enum xlcGallery3dColumn;
Undocumented in source.
xlcGallery3dLine
enum xlcGallery3dLine;
Undocumented in source.
xlcGallery3dPie
enum xlcGallery3dPie;
Undocumented in source.
xlcGallery3dSurface
enum xlcGallery3dSurface;
Undocumented in source.
xlcGalleryArea
enum xlcGalleryArea;
Undocumented in source.
xlcGalleryBar
enum xlcGalleryBar;
Undocumented in source.
xlcGalleryColumn
enum xlcGalleryColumn;
Undocumented in source.
xlcGalleryCustom
enum xlcGalleryCustom;
Undocumented in source.
xlcGalleryDoughnut
enum xlcGalleryDoughnut;
Undocumented in source.
xlcGalleryLine
enum xlcGalleryLine;
Undocumented in source.
xlcGalleryPie
enum xlcGalleryPie;
Undocumented in source.
xlcGalleryRadar
enum xlcGalleryRadar;
Undocumented in source.
xlcGalleryScatter
enum xlcGalleryScatter;
Undocumented in source.
xlcGoalSeek
enum xlcGoalSeek;
Undocumented in source.
xlcGridlines
enum xlcGridlines;
Undocumented in source.
xlcHide
enum xlcHide;
Undocumented in source.
xlcHideDialog
enum xlcHideDialog;
Undocumented in source.
xlcHideObject
enum xlcHideObject;
Undocumented in source.
xlcHideallInkannots
enum xlcHideallInkannots;
Undocumented in source.
xlcHideallNotes
enum xlcHideallNotes;
Undocumented in source.
xlcHidecurrNote
enum xlcHidecurrNote;
Undocumented in source.
xlcHline
enum xlcHline;
Undocumented in source.
xlcHpage
enum xlcHpage;
Undocumented in source.
xlcHscroll
enum xlcHscroll;
Undocumented in source.
xlcInsert
enum xlcInsert;
Undocumented in source.
xlcInsertMapObject
enum xlcInsertMapObject;
Undocumented in source.
xlcInsertObject
enum xlcInsertObject;
Undocumented in source.
xlcInsertPicture
enum xlcInsertPicture;
Undocumented in source.
xlcInsertTitle
enum xlcInsertTitle;
Undocumented in source.
xlcInsertdatatable
enum xlcInsertdatatable;
Undocumented in source.
xlcJustify
enum xlcJustify;
Undocumented in source.
xlcLabelProperties
enum xlcLabelProperties;
Undocumented in source.
xlcLayout
enum xlcLayout;
Undocumented in source.
xlcLegend
enum xlcLegend;
Undocumented in source.
xlcLinePrint
enum xlcLinePrint;
Undocumented in source.
xlcLinkCombo
enum xlcLinkCombo;
Undocumented in source.
xlcLinkFormat
enum xlcLinkFormat;
Undocumented in source.
xlcListNames
enum xlcListNames;
Undocumented in source.
xlcListboxProperties
enum xlcListboxProperties;
Undocumented in source.
xlcMacroOptions
enum xlcMacroOptions;
Undocumented in source.
xlcMailAddMailer
enum xlcMailAddMailer;
Undocumented in source.
xlcMailDeleteMailer
enum xlcMailDeleteMailer;
Undocumented in source.
xlcMailEditMailer
enum xlcMailEditMailer;
Undocumented in source.
xlcMailForward
enum xlcMailForward;
Undocumented in source.
xlcMailLogoff
enum xlcMailLogoff;
Undocumented in source.
xlcMailLogon
enum xlcMailLogon;
Undocumented in source.
xlcMailNextLetter
enum xlcMailNextLetter;
Undocumented in source.
xlcMailReply
enum xlcMailReply;
Undocumented in source.
xlcMailReplyAll
enum xlcMailReplyAll;
Undocumented in source.
xlcMailSendMailer
enum xlcMailSendMailer;
Undocumented in source.
xlcMainChart
enum xlcMainChart;
Undocumented in source.
xlcMainChartType
enum xlcMainChartType;
Undocumented in source.
xlcMenuEditor
enum xlcMenuEditor;
Undocumented in source.
xlcMergeStyles
enum xlcMergeStyles;
Undocumented in source.
xlcMessage
enum xlcMessage;
Undocumented in source.
xlcMove
enum xlcMove;
Undocumented in source.
xlcMoveBrk
enum xlcMoveBrk;
Undocumented in source.
xlcMoveTool
enum xlcMoveTool;
Undocumented in source.
xlcNew
enum xlcNew;
Undocumented in source.
xlcNewWindow
enum xlcNewWindow;
Undocumented in source.
xlcNewwebquery
enum xlcNewwebquery;
Undocumented in source.
xlcNormal
enum xlcNormal;
Undocumented in source.
xlcNote
enum xlcNote;
Undocumented in source.
xlcObjectProperties
enum xlcObjectProperties;
Undocumented in source.
xlcObjectProtection
enum xlcObjectProtection;
Undocumented in source.
xlcOnData
enum xlcOnData;
Undocumented in source.
xlcOnDoubleclick
enum xlcOnDoubleclick;
Undocumented in source.
xlcOnEntry
enum xlcOnEntry;
Undocumented in source.
xlcOnKey
enum xlcOnKey;
Undocumented in source.
xlcOnRecalc
enum xlcOnRecalc;
Undocumented in source.
xlcOnSheet
enum xlcOnSheet;
Undocumented in source.
xlcOnTime
enum xlcOnTime;
Undocumented in source.
xlcOnWindow
enum xlcOnWindow;
Undocumented in source.
xlcOpen
enum xlcOpen;
Undocumented in source.
xlcOpenLinks
enum xlcOpenLinks;
Undocumented in source.
xlcOpenMail
enum xlcOpenMail;
Undocumented in source.
xlcOpenText
enum xlcOpenText;
Undocumented in source.
xlcOptionsCalculation
enum xlcOptionsCalculation;
Undocumented in source.
xlcOptionsChart
enum xlcOptionsChart;
Undocumented in source.
xlcOptionsEdit
enum xlcOptionsEdit;
Undocumented in source.
xlcOptionsGeneral
enum xlcOptionsGeneral;
Undocumented in source.
xlcOptionsListsAdd
enum xlcOptionsListsAdd;
Undocumented in source.
xlcOptionsListsDelete
enum xlcOptionsListsDelete;
Undocumented in source.
xlcOptionsMe
enum xlcOptionsMe;
Undocumented in source.
xlcOptionsMenono
enum xlcOptionsMenono;
Undocumented in source.
xlcOptionsSave
enum xlcOptionsSave;
Undocumented in source.
xlcOptionsSpell
enum xlcOptionsSpell;
Undocumented in source.
xlcOptionsTransition
enum xlcOptionsTransition;
Undocumented in source.
xlcOptionsView
enum xlcOptionsView;
Undocumented in source.
xlcOutline
enum xlcOutline;
Undocumented in source.
xlcOverlay
enum xlcOverlay;
Undocumented in source.
xlcOverlayChartType
enum xlcOverlayChartType;
Undocumented in source.
xlcPageSetup
enum xlcPageSetup;
Undocumented in source.
xlcParse
enum xlcParse;
Undocumented in source.
xlcPaste
enum xlcPaste;
Undocumented in source.
xlcPasteLink
enum xlcPasteLink;
Undocumented in source.
xlcPastePicture
enum xlcPastePicture;
Undocumented in source.
xlcPastePictureLink
enum xlcPastePictureLink;
Undocumented in source.
xlcPasteSpecial
enum xlcPasteSpecial;
Undocumented in source.
xlcPasteTool
enum xlcPasteTool;
Undocumented in source.
xlcPatterns
enum xlcPatterns;
Undocumented in source.
xlcPicklist
enum xlcPicklist;
Undocumented in source.
xlcPivotAddFields
enum xlcPivotAddFields;
Undocumented in source.
xlcPivotField
enum xlcPivotField;
Undocumented in source.
xlcPivotFieldGroup
enum xlcPivotFieldGroup;
Undocumented in source.
xlcPivotFieldProperties
enum xlcPivotFieldProperties;
Undocumented in source.
xlcPivotFieldUngroup
enum xlcPivotFieldUngroup;
Undocumented in source.
xlcPivotItem
enum xlcPivotItem;
Undocumented in source.
xlcPivotItemProperties
enum xlcPivotItemProperties;
Undocumented in source.
xlcPivotRefresh
enum xlcPivotRefresh;
Undocumented in source.
xlcPivotShowPages
enum xlcPivotShowPages;
Undocumented in source.
xlcPivotTableChart
enum xlcPivotTableChart;
Undocumented in source.
xlcPivotTableWizard
enum xlcPivotTableWizard;
Undocumented in source.
xlcPlacement
enum xlcPlacement;
Undocumented in source.
xlcPostDocument
enum xlcPostDocument;
Undocumented in source.
xlcPrecision
enum xlcPrecision;
Undocumented in source.
xlcPreferred
enum xlcPreferred;
Undocumented in source.
xlcPrint
enum xlcPrint;
Undocumented in source.
xlcPrintPreview
enum xlcPrintPreview;
Undocumented in source.
xlcPrinterSetup
enum xlcPrinterSetup;
Undocumented in source.
xlcPromote
enum xlcPromote;
Undocumented in source.
xlcProtectDocument
enum xlcProtectDocument;
Undocumented in source.
xlcProtectRevisions
enum xlcProtectRevisions;
Undocumented in source.
xlcPushbuttonProperties
enum xlcPushbuttonProperties;
Undocumented in source.
xlcQuit
enum xlcQuit;
Undocumented in source.
xlcRemoveListItem
enum xlcRemoveListItem;
Undocumented in source.
xlcRemovePageBreak
enum xlcRemovePageBreak;
Undocumented in source.
xlcRenameObject
enum xlcRenameObject;
Undocumented in source.
xlcReplaceFont
enum xlcReplaceFont;
Undocumented in source.
xlcResetTool
enum xlcResetTool;
Undocumented in source.
xlcResume
enum xlcResume;
Undocumented in source.
xlcRmPrintArea
enum xlcRmPrintArea;
Undocumented in source.
xlcRouteDocument
enum xlcRouteDocument;
Undocumented in source.
xlcRoutingSlip
enum xlcRoutingSlip;
Undocumented in source.
xlcRowHeight
enum xlcRowHeight;
Undocumented in source.
xlcRun
enum xlcRun;
Undocumented in source.
xlcSave
enum xlcSave;
Undocumented in source.
xlcSaveAs
enum xlcSaveAs;
Undocumented in source.
xlcSaveCopyAs
enum xlcSaveCopyAs;
Undocumented in source.
xlcSaveNewObject
enum xlcSaveNewObject;
Undocumented in source.
xlcSaveWorkbook
enum xlcSaveWorkbook;
Undocumented in source.
xlcSaveWorkspace
enum xlcSaveWorkspace;
Undocumented in source.
xlcScale
enum xlcScale;
Undocumented in source.
xlcScenarioAdd
enum xlcScenarioAdd;
Undocumented in source.
xlcScenarioCells
enum xlcScenarioCells;
Undocumented in source.
xlcScenarioDelete
enum xlcScenarioDelete;
Undocumented in source.
xlcScenarioEdit
enum xlcScenarioEdit;
Undocumented in source.
xlcScenarioMerge
enum xlcScenarioMerge;
Undocumented in source.
xlcScenarioShow
enum xlcScenarioShow;
Undocumented in source.
xlcScenarioShowNext
enum xlcScenarioShowNext;
Undocumented in source.
xlcScenarioSummary
enum xlcScenarioSummary;
Undocumented in source.
xlcScrollbarProperties
enum xlcScrollbarProperties;
Undocumented in source.
xlcSelect
enum xlcSelect;
Undocumented in source.
xlcSelectAll
enum xlcSelectAll;
Undocumented in source.
xlcSelectChart
enum xlcSelectChart;
Undocumented in source.
xlcSelectEnd
enum xlcSelectEnd;
Undocumented in source.
xlcSelectLastCell
enum xlcSelectLastCell;
Undocumented in source.
xlcSelectListItem
enum xlcSelectListItem;
Undocumented in source.
xlcSelectPlotArea
enum xlcSelectPlotArea;
Undocumented in source.
xlcSelectSpecial
enum xlcSelectSpecial;
Undocumented in source.
xlcSendKeys
enum xlcSendKeys;
Undocumented in source.
xlcSendMail
enum xlcSendMail;
Undocumented in source.
xlcSendToBack
enum xlcSendToBack;
Undocumented in source.
xlcSeriesAxes
enum xlcSeriesAxes;
Undocumented in source.
xlcSeriesOrder
enum xlcSeriesOrder;
Undocumented in source.
xlcSeriesX
enum xlcSeriesX;
Undocumented in source.
xlcSeriesY
enum xlcSeriesY;
Undocumented in source.
xlcSetControlValue
enum xlcSetControlValue;
Undocumented in source.
xlcSetCriteria
enum xlcSetCriteria;
Undocumented in source.
xlcSetDatabase
enum xlcSetDatabase;
Undocumented in source.
xlcSetDialogDefault
enum xlcSetDialogDefault;
Undocumented in source.
xlcSetDialogFocus
enum xlcSetDialogFocus;
Undocumented in source.
xlcSetExtract
enum xlcSetExtract;
Undocumented in source.
xlcSetListItem
enum xlcSetListItem;
Undocumented in source.
xlcSetPageBreak
enum xlcSetPageBreak;
Undocumented in source.
xlcSetPreferred
enum xlcSetPreferred;
Undocumented in source.
xlcSetPrintArea
enum xlcSetPrintArea;
Undocumented in source.
xlcSetPrintTitles
enum xlcSetPrintTitles;
Undocumented in source.
xlcSetUpdateStatus
enum xlcSetUpdateStatus;
Undocumented in source.
xlcShare
enum xlcShare;
Undocumented in source.
xlcShareName
enum xlcShareName;
Undocumented in source.
xlcSheetBackground
enum xlcSheetBackground;
Undocumented in source.
xlcShortMenus
enum xlcShortMenus;
Undocumented in source.
xlcShowActiveCell
enum xlcShowActiveCell;
Undocumented in source.
xlcShowClipboard
enum xlcShowClipboard;
Undocumented in source.
xlcShowDetail
enum xlcShowDetail;
Undocumented in source.
xlcShowDialog
enum xlcShowDialog;
Undocumented in source.
xlcShowInfo
enum xlcShowInfo;
Undocumented in source.
xlcShowLevels
enum xlcShowLevels;
Undocumented in source.
xlcShowToolbar
enum xlcShowToolbar;
Undocumented in source.
xlcSize
enum xlcSize;
Undocumented in source.
xlcSort
enum xlcSort;
Undocumented in source.
xlcSortSpecial
enum xlcSortSpecial;
Undocumented in source.
xlcSoundNote
enum xlcSoundNote;
Undocumented in source.
xlcSoundPlay
enum xlcSoundPlay;
Undocumented in source.
xlcSpelling
enum xlcSpelling;
Undocumented in source.
xlcSplit
enum xlcSplit;
Undocumented in source.
xlcStandardFont
enum xlcStandardFont;
Undocumented in source.
xlcStandardWidth
enum xlcStandardWidth;
Undocumented in source.
xlcStyle
enum xlcStyle;
Undocumented in source.
xlcSubscribeTo
enum xlcSubscribeTo;
Undocumented in source.
xlcSubtotalCreate
enum xlcSubtotalCreate;
Undocumented in source.
xlcSubtotalRemove
enum xlcSubtotalRemove;
Undocumented in source.
xlcSummaryInfo
enum xlcSummaryInfo;
Undocumented in source.
xlcTabOrder
enum xlcTabOrder;
Undocumented in source.
xlcTable
enum xlcTable;
Undocumented in source.
xlcTextToColumns
enum xlcTextToColumns;
Undocumented in source.
xlcTracerClear
enum xlcTracerClear;
Undocumented in source.
xlcTracerDisplay
enum xlcTracerDisplay;
Undocumented in source.
xlcTracerError
enum xlcTracerError;
Undocumented in source.
xlcTracerNavigate
enum xlcTracerNavigate;
Undocumented in source.
xlcTraverseNotes
enum xlcTraverseNotes;
Undocumented in source.
xlcUndo
enum xlcUndo;
Undocumented in source.
xlcUngroup
enum xlcUngroup;
Undocumented in source.
xlcUngroupSheets
enum xlcUngroupSheets;
Undocumented in source.
xlcUnhide
enum xlcUnhide;
Undocumented in source.
xlcUnlockedNext
enum xlcUnlockedNext;
Undocumented in source.
xlcUnlockedPrev
enum xlcUnlockedPrev;
Undocumented in source.
xlcUnprotectRevisions
enum xlcUnprotectRevisions;
Undocumented in source.
xlcUpdateLink
enum xlcUpdateLink;
Undocumented in source.
xlcVbaInsertFile
enum xlcVbaInsertFile;
Undocumented in source.
xlcVbaMakeAddin
enum xlcVbaMakeAddin;
Undocumented in source.
xlcVbaProcedureDefinition
enum xlcVbaProcedureDefinition;
Undocumented in source.
xlcVbaactivate
enum xlcVbaactivate;
Undocumented in source.
xlcView3d
enum xlcView3d;
Undocumented in source.
xlcViewDefine
enum xlcViewDefine;
Undocumented in source.
xlcViewDelete
enum xlcViewDelete;
Undocumented in source.
xlcViewShow
enum xlcViewShow;
Undocumented in source.
xlcVline
enum xlcVline;
Undocumented in source.
xlcVpage
enum xlcVpage;
Undocumented in source.
xlcVscroll
enum xlcVscroll;
Undocumented in source.
xlcWait
enum xlcWait;
Undocumented in source.
xlcWebPublish
enum xlcWebPublish;
Undocumented in source.
xlcWindowMaximize
enum xlcWindowMaximize;
Undocumented in source.
xlcWindowMinimize
enum xlcWindowMinimize;
Undocumented in source.
xlcWindowMove
enum xlcWindowMove;
Undocumented in source.
xlcWindowRestore
enum xlcWindowRestore;
Undocumented in source.
xlcWindowSize
enum xlcWindowSize;
Undocumented in source.
xlcWorkbookActivate
enum xlcWorkbookActivate;
Undocumented in source.
xlcWorkbookAdd
enum xlcWorkbookAdd;
Undocumented in source.
xlcWorkbookCopy
enum xlcWorkbookCopy;
Undocumented in source.
xlcWorkbookDelete
enum xlcWorkbookDelete;
Undocumented in source.
xlcWorkbookHide
enum xlcWorkbookHide;
Undocumented in source.
xlcWorkbookInsert
enum xlcWorkbookInsert;
Undocumented in source.
xlcWorkbookMove
enum xlcWorkbookMove;
Undocumented in source.
xlcWorkbookName
enum xlcWorkbookName;
Undocumented in source.
xlcWorkbookNew
enum xlcWorkbookNew;
Undocumented in source.
xlcWorkbookNext
enum xlcWorkbookNext;
Undocumented in source.
xlcWorkbookOptions
enum xlcWorkbookOptions;
Undocumented in source.
xlcWorkbookPrev
enum xlcWorkbookPrev;
Undocumented in source.
xlcWorkbookProtect
enum xlcWorkbookProtect;
Undocumented in source.
xlcWorkbookScroll
enum xlcWorkbookScroll;
Undocumented in source.
xlcWorkbookSelect
enum xlcWorkbookSelect;
Undocumented in source.
xlcWorkbookTabSplit
enum xlcWorkbookTabSplit;
Undocumented in source.
xlcWorkbookUnhide
enum xlcWorkbookUnhide;
Undocumented in source.
xlcWorkgroup
enum xlcWorkgroup;
Undocumented in source.
xlcWorkgroupOptions
enum xlcWorkgroupOptions;
Undocumented in source.
xlcWorkspace
enum xlcWorkspace;
Undocumented in source.
xlcZoom
enum xlcZoom;
Undocumented in source.
xlerrDiv0
enum xlerrDiv0;
Undocumented in source.
xlerrGettingData
enum xlerrGettingData;
Undocumented in source.
xlerrNA
enum xlerrNA;
Undocumented in source.
xlerrName
enum xlerrName;
Undocumented in source.
xlerrNull
enum xlerrNull;
Undocumented in source.
xlerrNum
enum xlerrNum;
Undocumented in source.
xlerrRef
enum xlerrRef;
Undocumented in source.
xlerrValue
enum xlerrValue;
Undocumented in source.
xleventCalculationCanceled
enum xleventCalculationCanceled;
Undocumented in source.
xleventCalculationEnded
enum xleventCalculationEnded;

XLL events

xlfAbs
enum xlfAbs;
Undocumented in source.
xlfAbsref
enum xlfAbsref;
Undocumented in source.
xlfAccrint
enum xlfAccrint;
Undocumented in source.
xlfAccrintm
enum xlfAccrintm;
Undocumented in source.
xlfAcos
enum xlfAcos;
Undocumented in source.
xlfAcosh
enum xlfAcosh;
Undocumented in source.
xlfAcot
enum xlfAcot;
Undocumented in source.
xlfAcoth
enum xlfAcoth;
Undocumented in source.
xlfActiveCell
enum xlfActiveCell;
Undocumented in source.
xlfAddBar
enum xlfAddBar;
Undocumented in source.
xlfAddCommand
enum xlfAddCommand;
Undocumented in source.
xlfAddMenu
enum xlfAddMenu;
Undocumented in source.
xlfAddToolbar
enum xlfAddToolbar;
Undocumented in source.
xlfAddress
enum xlfAddress;
Undocumented in source.
xlfAggregate
enum xlfAggregate;
Undocumented in source.
xlfAmordegrc
enum xlfAmordegrc;
Undocumented in source.
xlfAmorlinc
enum xlfAmorlinc;
Undocumented in source.
xlfAnd
enum xlfAnd;
Undocumented in source.
xlfAppTitle
enum xlfAppTitle;
Undocumented in source.
xlfArabic
enum xlfArabic;
Undocumented in source.
xlfAreas
enum xlfAreas;
Undocumented in source.
xlfArgument
enum xlfArgument;
Undocumented in source.
xlfAsc
enum xlfAsc;
Undocumented in source.
xlfAsin
enum xlfAsin;
Undocumented in source.
xlfAsinh
enum xlfAsinh;
Undocumented in source.
xlfAtan
enum xlfAtan;
Undocumented in source.
xlfAtan2
enum xlfAtan2;
Undocumented in source.
xlfAtanh
enum xlfAtanh;
Undocumented in source.
xlfAvedev
enum xlfAvedev;
Undocumented in source.
xlfAverage
enum xlfAverage;
Undocumented in source.
xlfAveragea
enum xlfAveragea;
Undocumented in source.
xlfAverageif
enum xlfAverageif;
Undocumented in source.
xlfAverageifs
enum xlfAverageifs;
Undocumented in source.
xlfBahttext
enum xlfBahttext;
Undocumented in source.
xlfBase
enum xlfBase;
Undocumented in source.
xlfBesseli
enum xlfBesseli;
Undocumented in source.
xlfBesselj
enum xlfBesselj;
Undocumented in source.
xlfBesselk
enum xlfBesselk;
Undocumented in source.
xlfBessely
enum xlfBessely;
Undocumented in source.
xlfBeta_dist
enum xlfBeta_dist;
Undocumented in source.
xlfBeta_inv
enum xlfBeta_inv;
Undocumented in source.
xlfBetadist
enum xlfBetadist;
Undocumented in source.
xlfBetainv
enum xlfBetainv;
Undocumented in source.
xlfBin2dec
enum xlfBin2dec;
Undocumented in source.
xlfBin2hex
enum xlfBin2hex;
Undocumented in source.
xlfBin2oct
enum xlfBin2oct;
Undocumented in source.
xlfBinom_dist
enum xlfBinom_dist;
Undocumented in source.
xlfBinom_dist_range
enum xlfBinom_dist_range;
Undocumented in source.
xlfBinom_inv
enum xlfBinom_inv;
Undocumented in source.
xlfBinomdist
enum xlfBinomdist;
Undocumented in source.
xlfBitand
enum xlfBitand;
Undocumented in source.
xlfBitlshift
enum xlfBitlshift;
Undocumented in source.
xlfBitor
enum xlfBitor;
Undocumented in source.
xlfBitrshift
enum xlfBitrshift;
Undocumented in source.
xlfBitxor
enum xlfBitxor;
Undocumented in source.
xlfCall
enum xlfCall;
Undocumented in source.
xlfCaller
enum xlfCaller;
Undocumented in source.
xlfCancelKey
enum xlfCancelKey;
Undocumented in source.
xlfCeiling
enum xlfCeiling;
Undocumented in source.
xlfCeiling_math
enum xlfCeiling_math;
Undocumented in source.
xlfCeiling_precise
enum xlfCeiling_precise;
Undocumented in source.
xlfCell
enum xlfCell;
Undocumented in source.
xlfChar
enum xlfChar;
Undocumented in source.
xlfCheckCommand
enum xlfCheckCommand;
Undocumented in source.
xlfChidist
enum xlfChidist;
Undocumented in source.
xlfChiinv
enum xlfChiinv;
Undocumented in source.
xlfChisq_dist
enum xlfChisq_dist;
Undocumented in source.
xlfChisq_dist_rt
enum xlfChisq_dist_rt;
Undocumented in source.
xlfChisq_inv
enum xlfChisq_inv;
Undocumented in source.
xlfChisq_inv_rt
enum xlfChisq_inv_rt;
Undocumented in source.
xlfChisq_test
enum xlfChisq_test;
Undocumented in source.
xlfChitest
enum xlfChitest;
Undocumented in source.
xlfChoose
enum xlfChoose;
Undocumented in source.
xlfClean
enum xlfClean;
Undocumented in source.
xlfCode
enum xlfCode;
Undocumented in source.
xlfColumn
enum xlfColumn;
Undocumented in source.
xlfColumns
enum xlfColumns;
Undocumented in source.
xlfCombin
enum xlfCombin;
Undocumented in source.
xlfCombina
enum xlfCombina;
Undocumented in source.
xlfComplex
enum xlfComplex;
Undocumented in source.
xlfConcatenate
enum xlfConcatenate;
Undocumented in source.
xlfConfidence
enum xlfConfidence;
Undocumented in source.
xlfConfidence_norm
enum xlfConfidence_norm;
Undocumented in source.
xlfConfidence_t
enum xlfConfidence_t;
Undocumented in source.
xlfConvert
enum xlfConvert;
Undocumented in source.
xlfCorrel
enum xlfCorrel;
Undocumented in source.
xlfCos
enum xlfCos;
Undocumented in source.
xlfCosh
enum xlfCosh;
Undocumented in source.
xlfCot
enum xlfCot;
Undocumented in source.
xlfCoth
enum xlfCoth;
Undocumented in source.
xlfCount
enum xlfCount;

Built-in Excel functions and command equivalents

xlfCounta
enum xlfCounta;
Undocumented in source.
xlfCountblank
enum xlfCountblank;
Undocumented in source.
xlfCountif
enum xlfCountif;
Undocumented in source.
xlfCountifs
enum xlfCountifs;
Undocumented in source.
xlfCoupdaybs
enum xlfCoupdaybs;
Undocumented in source.
xlfCoupdays
enum xlfCoupdays;
Undocumented in source.
xlfCoupdaysnc
enum xlfCoupdaysnc;
Undocumented in source.
xlfCoupncd
enum xlfCoupncd;
Undocumented in source.
xlfCoupnum
enum xlfCoupnum;
Undocumented in source.
xlfCouppcd
enum xlfCouppcd;
Undocumented in source.
xlfCovar
enum xlfCovar;
Undocumented in source.
xlfCovariance_p
enum xlfCovariance_p;
Undocumented in source.
xlfCovariance_s
enum xlfCovariance_s;
Undocumented in source.
xlfCreateObject
enum xlfCreateObject;
Undocumented in source.
xlfCritbinom
enum xlfCritbinom;
Undocumented in source.
xlfCsc
enum xlfCsc;
Undocumented in source.
xlfCsch
enum xlfCsch;
Undocumented in source.
xlfCubekpimember
enum xlfCubekpimember;
Undocumented in source.
xlfCubemember
enum xlfCubemember;
Undocumented in source.
xlfCubememberproperty
enum xlfCubememberproperty;
Undocumented in source.
xlfCuberankedmember
enum xlfCuberankedmember;
Undocumented in source.
xlfCubeset
enum xlfCubeset;
Undocumented in source.
xlfCubesetcount
enum xlfCubesetcount;
Undocumented in source.
xlfCubevalue
enum xlfCubevalue;
Undocumented in source.
xlfCumipmt
enum xlfCumipmt;
Undocumented in source.
xlfCumprinc
enum xlfCumprinc;
Undocumented in source.
xlfCustomRepeat
enum xlfCustomRepeat;
Undocumented in source.
xlfCustomUndo
enum xlfCustomUndo;
Undocumented in source.
xlfDate
enum xlfDate;
Undocumented in source.
xlfDatedif
enum xlfDatedif;
Undocumented in source.
xlfDatestring
enum xlfDatestring;
Undocumented in source.
xlfDatevalue
enum xlfDatevalue;
Undocumented in source.
xlfDaverage
enum xlfDaverage;
Undocumented in source.
xlfDay
enum xlfDay;
Undocumented in source.
xlfDays
enum xlfDays;
Undocumented in source.
xlfDays360
enum xlfDays360;
Undocumented in source.
xlfDb
enum xlfDb;
Undocumented in source.
xlfDbcs
enum xlfDbcs;
Undocumented in source.
xlfDcount
enum xlfDcount;
Undocumented in source.
xlfDcounta
enum xlfDcounta;
Undocumented in source.
xlfDdb
enum xlfDdb;
Undocumented in source.
xlfDec2bin
enum xlfDec2bin;
Undocumented in source.
xlfDec2hex
enum xlfDec2hex;
Undocumented in source.
xlfDec2oct
enum xlfDec2oct;
Undocumented in source.
xlfDecimal
enum xlfDecimal;
Undocumented in source.
xlfDegrees
enum xlfDegrees;
Undocumented in source.
xlfDeleteBar
enum xlfDeleteBar;
Undocumented in source.
xlfDeleteCommand
enum xlfDeleteCommand;
Undocumented in source.
xlfDeleteMenu
enum xlfDeleteMenu;
Undocumented in source.
xlfDeleteToolbar
enum xlfDeleteToolbar;
Undocumented in source.
xlfDelta
enum xlfDelta;
Undocumented in source.
xlfDeref
enum xlfDeref;
Undocumented in source.
xlfDevsq
enum xlfDevsq;
Undocumented in source.
xlfDget
enum xlfDget;
Undocumented in source.
xlfDialogBox
enum xlfDialogBox;
Undocumented in source.
xlfDirectory
enum xlfDirectory;
Undocumented in source.
xlfDisc
enum xlfDisc;
Undocumented in source.
xlfDmax
enum xlfDmax;
Undocumented in source.
xlfDmin
enum xlfDmin;
Undocumented in source.
xlfDocuments
enum xlfDocuments;
Undocumented in source.
xlfDollar
enum xlfDollar;
Undocumented in source.
xlfDollarde
enum xlfDollarde;
Undocumented in source.
xlfDollarfr
enum xlfDollarfr;
Undocumented in source.
xlfDproduct
enum xlfDproduct;
Undocumented in source.
xlfDstdev
enum xlfDstdev;
Undocumented in source.
xlfDstdevp
enum xlfDstdevp;
Undocumented in source.
xlfDsum
enum xlfDsum;
Undocumented in source.
xlfDuration
enum xlfDuration;
Undocumented in source.
xlfDvar
enum xlfDvar;
Undocumented in source.
xlfDvarp
enum xlfDvarp;
Undocumented in source.
xlfEcho
enum xlfEcho;
Undocumented in source.
xlfEcma_ceiling
enum xlfEcma_ceiling;
Undocumented in source.
xlfEdate
enum xlfEdate;
Undocumented in source.
xlfEffect
enum xlfEffect;
Undocumented in source.
xlfEnableCommand
enum xlfEnableCommand;
Undocumented in source.
xlfEnableTool
enum xlfEnableTool;
Undocumented in source.
xlfEncodeurl
enum xlfEncodeurl;
Undocumented in source.
xlfEomonth
enum xlfEomonth;
Undocumented in source.
xlfErf
enum xlfErf;
Undocumented in source.
xlfErf_precise
enum xlfErf_precise;
Undocumented in source.
xlfErfc
enum xlfErfc;
Undocumented in source.
xlfErfc_precise
enum xlfErfc_precise;
Undocumented in source.
xlfError
enum xlfError;
Undocumented in source.
xlfErrorType
enum xlfErrorType;
Undocumented in source.
xlfEvaluate
enum xlfEvaluate;
Undocumented in source.
xlfEven
enum xlfEven;
Undocumented in source.
xlfExact
enum xlfExact;
Undocumented in source.
xlfExec
enum xlfExec;
Undocumented in source.
xlfExecute
enum xlfExecute;
Undocumented in source.
xlfExp
enum xlfExp;
Undocumented in source.
xlfExpon_dist
enum xlfExpon_dist;
Undocumented in source.
xlfExpondist
enum xlfExpondist;
Undocumented in source.
xlfF_dist
enum xlfF_dist;
Undocumented in source.
xlfF_dist_rt
enum xlfF_dist_rt;
Undocumented in source.
xlfF_inv
enum xlfF_inv;
Undocumented in source.
xlfF_inv_rt
enum xlfF_inv_rt;
Undocumented in source.
xlfF_test
enum xlfF_test;
Undocumented in source.
xlfFact
enum xlfFact;
Undocumented in source.
xlfFactdouble
enum xlfFactdouble;
Undocumented in source.
xlfFalse
enum xlfFalse;
Undocumented in source.
xlfFclose
enum xlfFclose;
Undocumented in source.
xlfFdist
enum xlfFdist;
Undocumented in source.
xlfFiles
enum xlfFiles;
Undocumented in source.
xlfFilterxml
enum xlfFilterxml;
Undocumented in source.
xlfFind
enum xlfFind;
Undocumented in source.
xlfFindb
enum xlfFindb;
Undocumented in source.
xlfFinv
enum xlfFinv;
Undocumented in source.
xlfFisher
enum xlfFisher;
Undocumented in source.
xlfFisherinv
enum xlfFisherinv;
Undocumented in source.
xlfFixed
enum xlfFixed;
Undocumented in source.
xlfFloor
enum xlfFloor;
Undocumented in source.
xlfFloor_math
enum xlfFloor_math;
Undocumented in source.
xlfFloor_precise
enum xlfFloor_precise;
Undocumented in source.
xlfFopen
enum xlfFopen;
Undocumented in source.
xlfForecast
enum xlfForecast;
Undocumented in source.
xlfFormulaConvert
enum xlfFormulaConvert;
Undocumented in source.
xlfFormulatext
enum xlfFormulatext;
Undocumented in source.
xlfFpos
enum xlfFpos;
Undocumented in source.
xlfFread
enum xlfFread;
Undocumented in source.
xlfFreadln
enum xlfFreadln;
Undocumented in source.
xlfFrequency
enum xlfFrequency;
Undocumented in source.
xlfFsize
enum xlfFsize;
Undocumented in source.
xlfFtest
enum xlfFtest;
Undocumented in source.
xlfFv
enum xlfFv;
Undocumented in source.
xlfFvschedule
enum xlfFvschedule;
Undocumented in source.
xlfFwrite
enum xlfFwrite;
Undocumented in source.
xlfFwriteln
enum xlfFwriteln;
Undocumented in source.
xlfGamma
enum xlfGamma;
Undocumented in source.
xlfGamma_dist
enum xlfGamma_dist;
Undocumented in source.
xlfGamma_inv
enum xlfGamma_inv;
Undocumented in source.
xlfGammadist
enum xlfGammadist;
Undocumented in source.
xlfGammainv
enum xlfGammainv;
Undocumented in source.
xlfGammaln
enum xlfGammaln;
Undocumented in source.
xlfGammaln_precise
enum xlfGammaln_precise;
Undocumented in source.
xlfGauss
enum xlfGauss;
Undocumented in source.
xlfGcd
enum xlfGcd;
Undocumented in source.
xlfGeomean
enum xlfGeomean;
Undocumented in source.
xlfGestep
enum xlfGestep;
Undocumented in source.
xlfGetBar
enum xlfGetBar;
Undocumented in source.
xlfGetCell
enum xlfGetCell;
Undocumented in source.
xlfGetChartItem
enum xlfGetChartItem;
Undocumented in source.
xlfGetDef
enum xlfGetDef;
Undocumented in source.
xlfGetDocument
enum xlfGetDocument;
Undocumented in source.
xlfGetFormula
enum xlfGetFormula;
Undocumented in source.
xlfGetLinkInfo
enum xlfGetLinkInfo;
Undocumented in source.
xlfGetMovie
enum xlfGetMovie;
Undocumented in source.
xlfGetName
enum xlfGetName;
Undocumented in source.
xlfGetNote
enum xlfGetNote;
Undocumented in source.
xlfGetObject
enum xlfGetObject;
Undocumented in source.
xlfGetPivotField
enum xlfGetPivotField;
Undocumented in source.
xlfGetPivotItem
enum xlfGetPivotItem;
Undocumented in source.
xlfGetPivotTable
enum xlfGetPivotTable;
Undocumented in source.
xlfGetTool
enum xlfGetTool;
Undocumented in source.
xlfGetToolbar
enum xlfGetToolbar;
Undocumented in source.
xlfGetWindow
enum xlfGetWindow;
Undocumented in source.
xlfGetWorkbook
enum xlfGetWorkbook;
Undocumented in source.
xlfGetWorkspace
enum xlfGetWorkspace;
Undocumented in source.
xlfGetpivotdata
enum xlfGetpivotdata;
Undocumented in source.
xlfGoto
enum xlfGoto;
Undocumented in source.
xlfGroup
enum xlfGroup;
Undocumented in source.
xlfGrowth
enum xlfGrowth;
Undocumented in source.
xlfHalt
enum xlfHalt;
Undocumented in source.
xlfHarmean
enum xlfHarmean;
Undocumented in source.
xlfHelp
enum xlfHelp;
Undocumented in source.
xlfHex2bin
enum xlfHex2bin;
Undocumented in source.
xlfHex2dec
enum xlfHex2dec;
Undocumented in source.
xlfHex2oct
enum xlfHex2oct;
Undocumented in source.
xlfHlookup
enum xlfHlookup;
Undocumented in source.
xlfHour
enum xlfHour;
Undocumented in source.
xlfHyperlink
enum xlfHyperlink;
Undocumented in source.
xlfHypgeom_dist
enum xlfHypgeom_dist;
Undocumented in source.
xlfHypgeomdist
enum xlfHypgeomdist;
Undocumented in source.
xlfIferror
enum xlfIferror;
Undocumented in source.
xlfIfna
enum xlfIfna;
Undocumented in source.
xlfImabs
enum xlfImabs;
Undocumented in source.
xlfImaginary
enum xlfImaginary;
Undocumented in source.
xlfImargument
enum xlfImargument;
Undocumented in source.
xlfImconjugate
enum xlfImconjugate;
Undocumented in source.
xlfImcos
enum xlfImcos;
Undocumented in source.
xlfImcosh
enum xlfImcosh;
Undocumented in source.
xlfImcot
enum xlfImcot;
Undocumented in source.
xlfImcsc
enum xlfImcsc;
Undocumented in source.
xlfImcsch
enum xlfImcsch;
Undocumented in source.
xlfImdiv
enum xlfImdiv;
Undocumented in source.
xlfImexp
enum xlfImexp;
Undocumented in source.
xlfImln
enum xlfImln;
Undocumented in source.
xlfImlog10
enum xlfImlog10;
Undocumented in source.
xlfImlog2
enum xlfImlog2;
Undocumented in source.
xlfImpower
enum xlfImpower;
Undocumented in source.
xlfImproduct
enum xlfImproduct;
Undocumented in source.
xlfImreal
enum xlfImreal;
Undocumented in source.
xlfImsec
enum xlfImsec;
Undocumented in source.
xlfImsech
enum xlfImsech;
Undocumented in source.
xlfImsin
enum xlfImsin;
Undocumented in source.
xlfImsinh
enum xlfImsinh;
Undocumented in source.
xlfImsqrt
enum xlfImsqrt;
Undocumented in source.
xlfImsub
enum xlfImsub;
Undocumented in source.
xlfImsum
enum xlfImsum;
Undocumented in source.
xlfImtan
enum xlfImtan;
Undocumented in source.
xlfIndex
enum xlfIndex;
Undocumented in source.
xlfIndirect
enum xlfIndirect;
Undocumented in source.
xlfInfo
enum xlfInfo;
Undocumented in source.
xlfInitiate
enum xlfInitiate;
Undocumented in source.
xlfInput
enum xlfInput;
Undocumented in source.
xlfInt
enum xlfInt;
Undocumented in source.
xlfIntercept
enum xlfIntercept;
Undocumented in source.
xlfIntrate
enum xlfIntrate;
Undocumented in source.
xlfIpmt
enum xlfIpmt;
Undocumented in source.
xlfIrr
enum xlfIrr;
Undocumented in source.
xlfIsblank
enum xlfIsblank;
Undocumented in source.
xlfIserr
enum xlfIserr;
Undocumented in source.
xlfIserror
enum xlfIserror;
Undocumented in source.
xlfIseven
enum xlfIseven;
Undocumented in source.
xlfIsformula
enum xlfIsformula;
Undocumented in source.
xlfIslogical
enum xlfIslogical;
Undocumented in source.
xlfIsna
enum xlfIsna;
Undocumented in source.
xlfIsnontext
enum xlfIsnontext;
Undocumented in source.
xlfIsnumber
enum xlfIsnumber;
Undocumented in source.
xlfIso_ceiling
enum xlfIso_ceiling;
Undocumented in source.
xlfIsodd
enum xlfIsodd;
Undocumented in source.
xlfIsoweeknum
enum xlfIsoweeknum;
Undocumented in source.
xlfIspmt
enum xlfIspmt;
Undocumented in source.
xlfIsref
enum xlfIsref;
Undocumented in source.
xlfIstext
enum xlfIstext;
Undocumented in source.
xlfIsthaidigit
enum xlfIsthaidigit;
Undocumented in source.
xlfKurt
enum xlfKurt;
Undocumented in source.
xlfLarge
enum xlfLarge;
Undocumented in source.
xlfLastError
enum xlfLastError;
Undocumented in source.
xlfLcm
enum xlfLcm;
Undocumented in source.
xlfLeft
enum xlfLeft;
Undocumented in source.
xlfLeftb
enum xlfLeftb;
Undocumented in source.
xlfLen
enum xlfLen;
Undocumented in source.
xlfLenb
enum xlfLenb;
Undocumented in source.
xlfLinest
enum xlfLinest;
Undocumented in source.
xlfLinks
enum xlfLinks;
Undocumented in source.
xlfLn
enum xlfLn;
Undocumented in source.
xlfLog
enum xlfLog;
Undocumented in source.
xlfLog10
enum xlfLog10;
Undocumented in source.
xlfLogest
enum xlfLogest;
Undocumented in source.
xlfLoginv
enum xlfLoginv;
Undocumented in source.
xlfLognorm_dist
enum xlfLognorm_dist;
Undocumented in source.
xlfLognorm_inv
enum xlfLognorm_inv;
Undocumented in source.
xlfLognormdist
enum xlfLognormdist;
Undocumented in source.
xlfLookup
enum xlfLookup;
Undocumented in source.
xlfLower
enum xlfLower;
Undocumented in source.
xlfMatch
enum xlfMatch;
Undocumented in source.
xlfMax
enum xlfMax;
Undocumented in source.
xlfMaxa
enum xlfMaxa;
Undocumented in source.
xlfMdeterm
enum xlfMdeterm;
Undocumented in source.
xlfMduration
enum xlfMduration;
Undocumented in source.
xlfMedian
enum xlfMedian;
Undocumented in source.
xlfMid
enum xlfMid;
Undocumented in source.
xlfMidb
enum xlfMidb;
Undocumented in source.
xlfMin
enum xlfMin;
Undocumented in source.
xlfMina
enum xlfMina;
Undocumented in source.
xlfMinute
enum xlfMinute;
Undocumented in source.
xlfMinverse
enum xlfMinverse;
Undocumented in source.
xlfMirr
enum xlfMirr;
Undocumented in source.
xlfMmult
enum xlfMmult;
Undocumented in source.
xlfMod
enum xlfMod;
Undocumented in source.
xlfMode
enum xlfMode;
Undocumented in source.
xlfMode_mult
enum xlfMode_mult;
Undocumented in source.
xlfMode_sngl
enum xlfMode_sngl;
Undocumented in source.
xlfMonth
enum xlfMonth;
Undocumented in source.
xlfMovieCommand
enum xlfMovieCommand;
Undocumented in source.
xlfMround
enum xlfMround;
Undocumented in source.
xlfMultinomial
enum xlfMultinomial;
Undocumented in source.
xlfMunit
enum xlfMunit;
Undocumented in source.
xlfN
enum xlfN;
Undocumented in source.
xlfNa
enum xlfNa;
Undocumented in source.
xlfNames
enum xlfNames;
Undocumented in source.
xlfNegbinom_dist
enum xlfNegbinom_dist;
Undocumented in source.
xlfNegbinomdist
enum xlfNegbinomdist;
Undocumented in source.
xlfNetworkdays
enum xlfNetworkdays;
Undocumented in source.
xlfNetworkdays_intl
enum xlfNetworkdays_intl;
Undocumented in source.
xlfNominal
enum xlfNominal;
Undocumented in source.
xlfNorm_dist
enum xlfNorm_dist;
Undocumented in source.
xlfNorm_inv
enum xlfNorm_inv;
Undocumented in source.
xlfNorm_s_dist
enum xlfNorm_s_dist;
Undocumented in source.
xlfNorm_s_inv
enum xlfNorm_s_inv;
Undocumented in source.
xlfNormdist
enum xlfNormdist;
Undocumented in source.
xlfNorminv
enum xlfNorminv;
Undocumented in source.
xlfNormsdist
enum xlfNormsdist;
Undocumented in source.
xlfNormsinv
enum xlfNormsinv;
Undocumented in source.
xlfNot
enum xlfNot;
Undocumented in source.
xlfNote
enum xlfNote;
Undocumented in source.
xlfNow
enum xlfNow;
Undocumented in source.
xlfNper
enum xlfNper;
Undocumented in source.
xlfNpv
enum xlfNpv;
Undocumented in source.
xlfNumberstring
enum xlfNumberstring;
Undocumented in source.
xlfNumbervalue
enum xlfNumbervalue;
Undocumented in source.
xlfOct2bin
enum xlfOct2bin;
Undocumented in source.
xlfOct2dec
enum xlfOct2dec;
Undocumented in source.
xlfOct2hex
enum xlfOct2hex;
Undocumented in source.
xlfOdd
enum xlfOdd;
Undocumented in source.
xlfOddfprice
enum xlfOddfprice;
Undocumented in source.
xlfOddfyield
enum xlfOddfyield;
Undocumented in source.
xlfOddlprice
enum xlfOddlprice;
Undocumented in source.
xlfOddlyield
enum xlfOddlyield;
Undocumented in source.
xlfOffset
enum xlfOffset;
Undocumented in source.
xlfOpenDialog
enum xlfOpenDialog;
Undocumented in source.
xlfOptionsListsGet
enum xlfOptionsListsGet;
Undocumented in source.
xlfOr
enum xlfOr;
Undocumented in source.
xlfPause
enum xlfPause;
Undocumented in source.
xlfPduration
enum xlfPduration;
Undocumented in source.
xlfPearson
enum xlfPearson;
Undocumented in source.
xlfPercentile
enum xlfPercentile;
Undocumented in source.
xlfPercentile_exc
enum xlfPercentile_exc;
Undocumented in source.
xlfPercentile_inc
enum xlfPercentile_inc;
Undocumented in source.
xlfPercentrank
enum xlfPercentrank;
Undocumented in source.
xlfPercentrank_exc
enum xlfPercentrank_exc;
Undocumented in source.
xlfPercentrank_inc
enum xlfPercentrank_inc;
Undocumented in source.
xlfPermut
enum xlfPermut;
Undocumented in source.
xlfPermutationa
enum xlfPermutationa;
Undocumented in source.
xlfPhi
enum xlfPhi;
Undocumented in source.
xlfPhonetic
enum xlfPhonetic;
Undocumented in source.
xlfPi
enum xlfPi;
Undocumented in source.
xlfPivotAddData
enum xlfPivotAddData;
Undocumented in source.
xlfPmt
enum xlfPmt;
Undocumented in source.
xlfPoisson
enum xlfPoisson;
Undocumented in source.
xlfPoisson_dist
enum xlfPoisson_dist;
Undocumented in source.
xlfPoke
enum xlfPoke;
Undocumented in source.
xlfPower
enum xlfPower;
Undocumented in source.
xlfPpmt
enum xlfPpmt;
Undocumented in source.
xlfPressTool
enum xlfPressTool;
Undocumented in source.
xlfPrice
enum xlfPrice;
Undocumented in source.
xlfPricedisc
enum xlfPricedisc;
Undocumented in source.
xlfPricemat
enum xlfPricemat;
Undocumented in source.
xlfProb
enum xlfProb;
Undocumented in source.
xlfProduct
enum xlfProduct;
Undocumented in source.
xlfProper
enum xlfProper;
Undocumented in source.
xlfPv
enum xlfPv;
Undocumented in source.
xlfQuartile
enum xlfQuartile;
Undocumented in source.
xlfQuartile_exc
enum xlfQuartile_exc;
Undocumented in source.
xlfQuartile_inc
enum xlfQuartile_inc;
Undocumented in source.
xlfQuotient
enum xlfQuotient;
Undocumented in source.
xlfRadians
enum xlfRadians;
Undocumented in source.
xlfRand
enum xlfRand;
Undocumented in source.
xlfRandbetween
enum xlfRandbetween;
Undocumented in source.
xlfRank
enum xlfRank;
Undocumented in source.
xlfRank_avg
enum xlfRank_avg;
Undocumented in source.
xlfRank_eq
enum xlfRank_eq;
Undocumented in source.
xlfRate
enum xlfRate;
Undocumented in source.
xlfReceived
enum xlfReceived;
Undocumented in source.
xlfReftext
enum xlfReftext;
Undocumented in source.
xlfRegister
enum xlfRegister;
Undocumented in source.
xlfRegisterId
enum xlfRegisterId;
Undocumented in source.
xlfRelref
enum xlfRelref;
Undocumented in source.
xlfRenameCommand
enum xlfRenameCommand;
Undocumented in source.
xlfReplace
enum xlfReplace;
Undocumented in source.
xlfReplaceb
enum xlfReplaceb;
Undocumented in source.
xlfRept
enum xlfRept;
Undocumented in source.
xlfRequest
enum xlfRequest;
Undocumented in source.
xlfResetToolbar
enum xlfResetToolbar;
Undocumented in source.
xlfRestart
enum xlfRestart;
Undocumented in source.
xlfResult
enum xlfResult;
Undocumented in source.
xlfResume
enum xlfResume;
Undocumented in source.
xlfRight
enum xlfRight;
Undocumented in source.
xlfRightb
enum xlfRightb;
Undocumented in source.
xlfRoman
enum xlfRoman;
Undocumented in source.
xlfRound
enum xlfRound;
Undocumented in source.
xlfRoundbahtdown
enum xlfRoundbahtdown;
Undocumented in source.
xlfRoundbahtup
enum xlfRoundbahtup;
Undocumented in source.
xlfRounddown
enum xlfRounddown;
Undocumented in source.
xlfRoundup
enum xlfRoundup;
Undocumented in source.
xlfRow
enum xlfRow;
Undocumented in source.
xlfRows
enum xlfRows;
Undocumented in source.
xlfRri
enum xlfRri;
Undocumented in source.
xlfRsq
enum xlfRsq;
Undocumented in source.
xlfRtd
enum xlfRtd;
Undocumented in source.
xlfSaveDialog
enum xlfSaveDialog;
Undocumented in source.
xlfSaveToolbar
enum xlfSaveToolbar;
Undocumented in source.
xlfScenarioGet
enum xlfScenarioGet;
Undocumented in source.
xlfSearch
enum xlfSearch;
Undocumented in source.
xlfSearchb
enum xlfSearchb;
Undocumented in source.
xlfSec
enum xlfSec;
Undocumented in source.
xlfSech
enum xlfSech;
Undocumented in source.
xlfSecond
enum xlfSecond;
Undocumented in source.
xlfSelection
enum xlfSelection;
Undocumented in source.
xlfSeries
enum xlfSeries;
Undocumented in source.
xlfSeriessum
enum xlfSeriessum;
Undocumented in source.
xlfSetName
enum xlfSetName;
Undocumented in source.
xlfSetValue
enum xlfSetValue;
Undocumented in source.
xlfSheet
enum xlfSheet;
Undocumented in source.
xlfSheets
enum xlfSheets;
Undocumented in source.
xlfShowBar
enum xlfShowBar;
Undocumented in source.
xlfSign
enum xlfSign;
Undocumented in source.
xlfSin
enum xlfSin;
Undocumented in source.
xlfSinh
enum xlfSinh;
Undocumented in source.
xlfSkew
enum xlfSkew;
Undocumented in source.
xlfSkew_p
enum xlfSkew_p;
Undocumented in source.
xlfSln
enum xlfSln;
Undocumented in source.
xlfSlope
enum xlfSlope;
Undocumented in source.
xlfSmall
enum xlfSmall;
Undocumented in source.
xlfSpellingCheck
enum xlfSpellingCheck;
Undocumented in source.
xlfSqrt
enum xlfSqrt;
Undocumented in source.
xlfSqrtpi
enum xlfSqrtpi;
Undocumented in source.
xlfStandardize
enum xlfStandardize;
Undocumented in source.
xlfStdev
enum xlfStdev;
Undocumented in source.
xlfStdev_p
enum xlfStdev_p;
Undocumented in source.
xlfStdev_s
enum xlfStdev_s;
Undocumented in source.
xlfStdeva
enum xlfStdeva;
Undocumented in source.
xlfStdevp
enum xlfStdevp;
Undocumented in source.
xlfStdevpa
enum xlfStdevpa;
Undocumented in source.
xlfStep
enum xlfStep;
Undocumented in source.
xlfSteyx
enum xlfSteyx;
Undocumented in source.
xlfSubstitute
enum xlfSubstitute;
Undocumented in source.
xlfSubtotal
enum xlfSubtotal;
Undocumented in source.
xlfSum
enum xlfSum;
Undocumented in source.
xlfSumif
enum xlfSumif;
Undocumented in source.
xlfSumifs
enum xlfSumifs;
Undocumented in source.
xlfSumproduct
enum xlfSumproduct;
Undocumented in source.
xlfSumsq
enum xlfSumsq;
Undocumented in source.
xlfSumx2my2
enum xlfSumx2my2;
Undocumented in source.
xlfSumx2py2
enum xlfSumx2py2;
Undocumented in source.
xlfSumxmy2
enum xlfSumxmy2;
Undocumented in source.
xlfSyd
enum xlfSyd;
Undocumented in source.
xlfT
enum xlfT;
Undocumented in source.
xlfT_dist
enum xlfT_dist;
Undocumented in source.
xlfT_dist_2t
enum xlfT_dist_2t;
Undocumented in source.
xlfT_dist_rt
enum xlfT_dist_rt;
Undocumented in source.
xlfT_inv
enum xlfT_inv;
Undocumented in source.
xlfT_inv_2t
enum xlfT_inv_2t;
Undocumented in source.
xlfT_test
enum xlfT_test;
Undocumented in source.
xlfTan
enum xlfTan;
Undocumented in source.
xlfTanh
enum xlfTanh;
Undocumented in source.
xlfTbilleq
enum xlfTbilleq;
Undocumented in source.
xlfTbillprice
enum xlfTbillprice;
Undocumented in source.
xlfTbillyield
enum xlfTbillyield;
Undocumented in source.
xlfTdist
enum xlfTdist;
Undocumented in source.
xlfTerminate
enum xlfTerminate;
Undocumented in source.
xlfText
enum xlfText;
Undocumented in source.
xlfTextBox
enum xlfTextBox;
Undocumented in source.
xlfTextref
enum xlfTextref;
Undocumented in source.
xlfThaidayofweek
enum xlfThaidayofweek;
Undocumented in source.
xlfThaidigit
enum xlfThaidigit;
Undocumented in source.
xlfThaimonthofyear
enum xlfThaimonthofyear;
Undocumented in source.
xlfThainumsound
enum xlfThainumsound;
Undocumented in source.
xlfThainumstring
enum xlfThainumstring;
Undocumented in source.
xlfThaistringlength
enum xlfThaistringlength;
Undocumented in source.
xlfThaiyear
enum xlfThaiyear;
Undocumented in source.
xlfTime
enum xlfTime;
Undocumented in source.
xlfTimevalue
enum xlfTimevalue;
Undocumented in source.
xlfTinv
enum xlfTinv;
Undocumented in source.
xlfToday
enum xlfToday;
Undocumented in source.
xlfTranspose
enum xlfTranspose;
Undocumented in source.
xlfTrend
enum xlfTrend;
Undocumented in source.
xlfTrim
enum xlfTrim;
Undocumented in source.
xlfTrimmean
enum xlfTrimmean;
Undocumented in source.
xlfTrue
enum xlfTrue;
Undocumented in source.
xlfTrunc
enum xlfTrunc;
Undocumented in source.
xlfTtest
enum xlfTtest;
Undocumented in source.
xlfType
enum xlfType;
Undocumented in source.
xlfUnichar
enum xlfUnichar;
Undocumented in source.
xlfUnicode
enum xlfUnicode;
Undocumented in source.
xlfUnregister
enum xlfUnregister;
Undocumented in source.
xlfUpper
enum xlfUpper;
Undocumented in source.
xlfUsdollar
enum xlfUsdollar;
Undocumented in source.
xlfValue
enum xlfValue;
Undocumented in source.
xlfVar
enum xlfVar;
Undocumented in source.
xlfVar_p
enum xlfVar_p;
Undocumented in source.
xlfVar_s
enum xlfVar_s;
Undocumented in source.
xlfVara
enum xlfVara;
Undocumented in source.
xlfVarp
enum xlfVarp;
Undocumented in source.
xlfVarpa
enum xlfVarpa;
Undocumented in source.
xlfVdb
enum xlfVdb;
Undocumented in source.
xlfViewGet
enum xlfViewGet;
Undocumented in source.
xlfVlookup
enum xlfVlookup;
Undocumented in source.
xlfVolatile
enum xlfVolatile;
Undocumented in source.
xlfWebservice
enum xlfWebservice;
Undocumented in source.
xlfWeekday
enum xlfWeekday;
Undocumented in source.
xlfWeeknum
enum xlfWeeknum;
Undocumented in source.
xlfWeibull
enum xlfWeibull;
Undocumented in source.
xlfWeibull_dist
enum xlfWeibull_dist;
Undocumented in source.
xlfWindowTitle
enum xlfWindowTitle;
Undocumented in source.
xlfWindows
enum xlfWindows;
Undocumented in source.
xlfWorkday
enum xlfWorkday;
Undocumented in source.
xlfWorkday_intl
enum xlfWorkday_intl;
Undocumented in source.
xlfXirr
enum xlfXirr;
Undocumented in source.
xlfXnpv
enum xlfXnpv;
Undocumented in source.
xlfXor
enum xlfXor;
Undocumented in source.
xlfYear
enum xlfYear;
Undocumented in source.
xlfYearfrac
enum xlfYearfrac;
Undocumented in source.
xlfYield
enum xlfYield;
Undocumented in source.
xlfYielddisc
enum xlfYielddisc;
Undocumented in source.
xlfYieldmat
enum xlfYieldmat;
Undocumented in source.
xlfZ_test
enum xlfZ_test;
Undocumented in source.
xlfZtest
enum xlfZtest;
Undocumented in source.
xlflowGoto
enum xlflowGoto;
Undocumented in source.
xlflowHalt
enum xlflowHalt;
Undocumented in source.
xlflowPause
enum xlflowPause;
Undocumented in source.
xlflowRestart
enum xlflowRestart;
Undocumented in source.
xlflowResume
enum xlflowResume;
Undocumented in source.
xlretAbort
enum xlretAbort;
Undocumented in source.
xlretFailed
enum xlretFailed;
Undocumented in source.
xlretInvAsynchronousContext
enum xlretInvAsynchronousContext;
Undocumented in source.
xlretInvCount
enum xlretInvCount;
Undocumented in source.
xlretInvXlfn
enum xlretInvXlfn;
Undocumented in source.
xlretInvXloper
enum xlretInvXloper;
Undocumented in source.
xlretNotClusterSafe
enum xlretNotClusterSafe;
Undocumented in source.
xlretNotThreadSafe
enum xlretNotThreadSafe;
Undocumented in source.
xlretStackOvfl
enum xlretStackOvfl;
Undocumented in source.
xlretSuccess
enum xlretSuccess;

Return codes

xlretUncalced
enum xlretUncalced;
Undocumented in source.
xltypeBigData
enum xltypeBigData;
Undocumented in source.
xltypeBool
enum xltypeBool;
Undocumented in source.
xltypeErr
enum xltypeErr;
Undocumented in source.
xltypeFlow
enum xltypeFlow;
Undocumented in source.
xltypeInt
enum xltypeInt;
Undocumented in source.
xltypeMissing
enum xltypeMissing;
Undocumented in source.
xltypeMulti
enum xltypeMulti;
Undocumented in source.
xltypeNil
enum xltypeNil;
Undocumented in source.
xltypeNum
enum xltypeNum;

XLOPER and XLOPER12 data types

xltypeRef
enum xltypeRef;
Undocumented in source.
xltypeSRef
enum xltypeSRef;
Undocumented in source.
xltypeStr
enum xltypeStr;
Undocumented in source.

Structs

FMLAINFO
struct FMLAINFO
Undocumented in source.
FP
struct FP

FP structure

FP12
struct FP12

FP12 structure

MOUSEINFO
struct MOUSEINFO
Undocumented in source.
XLMREF
struct XLMREF

XLMREF structure Describes multiple rectangular references. This is a variable size structure, default size is 1 reference.

XLMREF12
struct XLMREF12

XLMREF12 structure

XLOPER
struct XLOPER

XLOPER structure

XLOPER12
struct XLOPER12

XLOPER12 structure

XLREF
struct XLREF

XLREF structure Describes a single rectangular reference.

XLREF12
struct XLREF12

XLREF12 structure

Meta