Planatech
XLL+
Contents
sync toc
XLL Plus 6.3
XLL Plus 6.3
What's New in Version 6.3
Hidden regions
Wrapper libraries
What's New in Version 6.2
Value Lists
Importing .NET Assemblies
Asynchronous functions
Logging framework
RTD Object Handles
What's New in Version 6.0
Excel 2007
.NET
Extensibility
Easier development
XLL Add-ins ToolWindow
Help generator
Unicode
Breaking changes
How Do I...
Sample and walkthroughs
List of Sample Projects
Basic examples
AvgOpt
LabelledArgs
SimpOpt
Tutorials
AvgOptAsync2
MfcTutorial
SafeCode
Tutorial1
Menus & Toolbars
Simple Menus
Advanced Menus
Simple Toolbar
Simple Toolbar using resources
Dynamic Toolbar
Object handles
BoostHandles
MonteCarlo
MonteCarlo2
NumericHandleDemo
PersistentHandleDemo
RtdHandleDemo
StringHandleDemo
StringPtrHandleDemo
Interacting with Excel
CallExcel
ColorCell
CreateBook
ExUIPopup
ExUIPopupCLR
ExUIPopupMFC
FindReplace
SetFormula
Asynchronous functions
Common Language Runtime and .NET
AssemblyDemo
ClrDemo
PiaDemo
Matrix adapter
BoostMatrix
Wrapper libraries
Dialogs
Dialogs
Integration
International support and localization
Dynamic localized (Multiple DLLs)
Dynamic localized (Single DLL)
Localized (Multiple DLLs)
International
Localized (Single DLL)
Advanced examples
BinaryData
CalcEvt
DemoFeed Sample
Building and running the sample
Data feed architecture
XllRtdFeed RTD server
Demo Feed server
FeedAddin XLL add-in
ConsoleClient test application
Deploying a feed server add-in
ExUIDynList
FInspect
LogDemo
PartialReg
Profiling
Serialize
TFold
UseTimer
Archived examples
AvgOptAsync
ComEvents
HandleAPI
HandleAPICached
KeyedHandle
Walkthroughs
Arrays
Adding a vector argument
Returning a vector result
Adding a matrix argument
Returning a matrix result
Function Wizard Features
Grouping multiple arguments into a single Excel range
.NET Assemblies
Importing a .NET Assembly
Importing a .NET Assembly using attributes
Example code
CXllApp::GetNextFnAssoc() Example
CXllApp::PrefixFunctions() Example
CXllApp::SplitSheetName() Example
CXlOper::AllocArray() Example
CXlOper::Cell() Example
CXlOper::Coerce() Example
CXlOper::Excel() Example
CXlOper::FromNumericVector2() Example
CXlOper::FromVector2() Example
CXlOper::GetCaller() Example
CXlOper::GetCallerDims() Example
CXlOper::GetCount2() Example
CXlOper::GetDims() Example
CXlOper::GetHeight() Example
CXlOper::GetWidth() Example
CXlOper::IsArray() Example
CXlOper::IsBool() Example
CXlOper::IsDouble() Example
CXlOper::IsEmpty() Example
CXlOper::IsError() Example
CXlOper::IsMissing() Example
CXlOper::IsPresent() Example
CXlOper::IsString() Example
CXlOper::operator [] Example
CXlOper::operator BOOL() Example
CXlOper::operator CString() Example
CXlOper::operator double() Example
CXlOper::SetLongFormula() Example
CXlOper::SetLongFormulaIntl() Example
CXlOper::ToBool() Example
CXlOper::ToDouble() Example
CXlOper::ToDoubleArray() Examples
CXlOper::ToString() Example
CXlOper::VectorCell() Example
CXlRef Example
matrix<T>::add_row() Example
mtx_ptrs<T> Example
MyAddress Example
MyCorrel Example
MyDaysInFeb Example
MyDaysInMonth Example
MyMonthsInYear Example
MySort Example
MySqrt Example
MySquare Example
MySum Example
MyUpper Example
XLL+ User Guide
Quick start
Getting Started
Creating an add-in project
Writing an add-in function
Designing an add-in function
Define the function
Add an argument
Completing the code
Testing your add-in function
Building your add-in library
Testing & debugging in Visual Studio
Handling errors
Functions with variable return types
Returning CXlOper
Inside CXlOper
Error values in Excel
Throwing exceptions
Basic Features
Returning integer values
Returning integer values
Vector arguments
A function with a vector argument
Creating a vector argument
Understanding the vector code
Input error handling
Modifying an add-in function
Modifying an add-in function
Changes to the generated code
Optional arguments
Adding an optional argument
Creating optional arguments
Reading an optional argument
More on optional arguments
XLL Add-ins Window
The XLL Add-ins ToolWindow
Showing the XLL Add-ins Window
Other XLL Add-ins Window functionality
Matrix arguments
Matrix arguments
Two-dimensional linear interpolation function
Copy/Paste with arguments
Creating a matrix argument
Using matrix data
Constraining array sizes
Other matrix types
Matrix containers
Flat layout
Handling Excel coordinates
Array results
Returning vectors to Excel
Array formulae in Excel
Returning matrices to Excel
Arrays of mixed type
Value lists
Value lists
A value list example
Editing value lists
Strings
String arguments
Portable string types
String arguments
Upgrading from a previous version of XLL+
Upgrading from a previous version of XLL+
Side-by-side installations
Deployment
Deployment of XLLs
Intermediate Features
Excel Formula Wizard
Using the Excel Formula Wizard
Avoiding the Excel Formula Wizard
Automating the code
Previewing the Excel Formula Wizard
Extending the Excel Formula Wizard
Extending the Excel Formula Wizard
Drop-down Value Lists
Popup Editors
Advanced Features
Languages other than English
Languages other than English
Error messages
Help
Generating help
Help contents
The Help file
Editing the Help file
Adding your own content
Testing the interactive help
Updating the help command line
Languages other than English
Help IDs
Exception handling
Exceptions
Overriding exception-handling behavior
C Runtime Exceptions
Macro functions
Macro functions
Setting cell values
Find/Replace
CXlMacros class
Using references
Setting formulae
Macro helpers
Global objects and data
Global data overview
Events
Ensuring global data is thread-safe
Results cache
Menus and toolbars
Menus
Toolbars
Utility classes
Utility classes
MFC
Using the Microsoft Foundation Classes
Calling MFC methods
.NET and the Common Language Runtime
Using .NET and the Common Language Runtime
Converting to and from .NET types
Using WinForms from an add-in
Deploying your .NET assemblies
Using the Excel object model
Sized result arrays
Sized result arrays
Advanced Features
Events
Events
XllOpen & XllClose events
Volatile functions
Volatile functions
Extended types
Extended types
XLL+ extension files
Using an extended type
Converter class
Creating an extended type
Parameters
Function extensions
Function extensions
Object handles
Object handles
Using object handles
How handles work
Requirements and deployment
Combining handles with other features
Custom handle formats
Persistent object handles
Other handle implementations
Specifying a smart pointer type
Importing .NET Assemblies
Importing .NET assemblies
Preparing to import
Imported Assemblies Window
Import Editor
Building and deployment
Using attributes
Groups
Grouping arguments
Scalar groups
Vector groups
Choices
Choice arguments
Favorites
Favorite arguments
International support
International support
Levels of support
Choice of languages
Ensuring stable behavior
String substitutions
Types of string
Deployment
Conversion of an existing project
Asynchronous functions
Asynchronous functions
Requirements for asynchronous functions
How asynchronous functions work
Asynchronous function support in projects
Upgrading asynchronous functions from XLL+ 6.0
Logging
Logging
Directing log events
Using the logging macros
Configuring the logging framework
Configuration files
Formatting patterns
Hidden regions
Hidden regions
Security settings
Security settings
Trouble-shooting
Trouble-shooting
Installed files
XLL+ Application log
Class Reference
List of Header Files
List of Classes
Run-time messages
Run-time libraries
xllplus.h
CExcelWnd Object
CExcelWnd Methods
CExcelWnd::CExcelWnd
CXlArray Object
CXlArray Methods
CXlArray::Alloc
CXlArray::AllocInit
CXlArray::Cell
CXlArray::Clear
CXlArray::Cols
CXlArray::Compare
CXlArray::Copy
CXlArray::Count
CXlArray::Create
CXlArray::CreateFromCols
CXlArray::CreateFromRows
CXlArray::CXlArray
CXlArray::GetArray12
CXlArray::GetArray4
CXlArray::GetDims
CXlArray::GetHeight
CXlArray::GetPointer
CXlArray::GetWidth
CXlArray::InitZero
CXlArray::operator !=
CXlArray::operator <
CXlArray::operator <=
CXlArray::operator =
CXlArray::operator ==
CXlArray::operator >
CXlArray::operator >=
CXlArray::Owned
CXlArray::ReadMatrix
CXlArray::ReadVector
CXlArray::Row
CXlArray::Rows
CXlBinaryNameData Object
CXlBinaryNameData Methods
CXlBinaryNameData::~CXlBinaryNameData
CXlBinaryNameData::CXlBinaryNameData
CXlBinaryNameData::GetCount
CXlBinaryNameData::GetData
CXlCell Object
CXlCell Methods
CXlCell::Compare
CXlCell::CXlCell
CXlCell::FromBool
CXlCell::FromDouble
CXlCell::FromError
CXlCell::FromInt
CXlCell::FromString
CXlCell::IsBool
CXlCell::IsDouble
CXlCell::IsEmpty
CXlCell::IsError
CXlCell::IsInt
CXlCell::IsOfType
CXlCell::IsString
CXlCell::operator !=
CXlCell::operator <
CXlCell::operator <=
CXlCell::operator =
CXlCell::operator ==
CXlCell::operator >
CXlCell::operator >=
CXlCell::operator BOOL
CXlCell::operator bool
CXlCell::operator CString
CXlCell::operator double
CXlCell::ToBool
CXlCell::ToDouble
CXlCell::ToInt
CXlCell::ToString
CXlConstCell Object
CXlConstCell Methods
CXlConstCell::Compare
CXlConstCell::CXlConstCell
CXlConstCell::IsBool
CXlConstCell::IsDouble
CXlConstCell::IsEmpty
CXlConstCell::IsError
CXlConstCell::IsInt
CXlConstCell::IsOfType
CXlConstCell::IsString
CXlConstCell::operator !=
CXlConstCell::operator <
CXlConstCell::operator <=
CXlConstCell::operator ==
CXlConstCell::operator >
CXlConstCell::operator >=
CXlConstCell::operator BOOL
CXlConstCell::operator bool
CXlConstCell::operator CString
CXlConstCell::operator double
CXlConstCell::ToBool
CXlConstCell::ToDouble
CXlConstCell::ToInt
CXlConstCell::ToString
CXllApp Object
CXllApp Methods
CXllApp::AddFn
CXllApp::AddStaticFns
CXllApp::AfterXllOpen
CXllApp::BeforeDoubleClickEvent
CXllApp::BeforeRightClickEvent
CXllApp::CalculateEvent
CXllApp::CancelUserAbort
CXllApp::ClearBinaryName
CXllApp::ClearBinaryNameA
CXllApp::ClearBinaryNameW
CXllApp::ClrExceptionToText
CXllApp::ConvertTypeToError
CXllApp::CXllApp
CXllApp::DefineBinaryName
CXllApp::DefineBinaryNameA
CXllApp::DefineBinaryNameW
CXllApp::DisplayException
CXllApp::ErrorToString
CXllApp::ErrorToStringA
CXllApp::ErrorToStringW
CXllApp::Excel
CXllApp::ExitInstance
CXllApp::FindFn
CXllApp::FindFnA
CXllApp::FindFnW
CXllApp::GetAllFns
CXllApp::GetApplicationDispatch
CXllApp::GetApplicationObject
CXllApp::GetBinaryName
CXllApp::GetBinaryNameA
CXllApp::GetBinaryNameW
CXllApp::GetCalculationMode
CXllApp::GetCallerDims
CXllApp::GetCom
CXllApp::GetComEventHandler
CXllApp::GetDllName
CXllApp::GetFnCount
CXllApp::GetHideArgumentBoxForNoArgs
CXllApp::GetInternational
CXllApp::GetLibraryVersion
CXllApp::GetNextFnAssoc
CXllApp::GetNextFnAssocA
CXllApp::GetNextFnAssocW
CXllApp::GetPrivateBinPath
CXllApp::GetRegDllName
CXllApp::GetSheetId
CXllApp::GetSheetName
CXllApp::GetSheetNameA
CXllApp::GetSheetNameW
CXllApp::GetSinkEvents
CXllApp::GetStartFnPosition
CXllApp::GetUseAutomation
CXllApp::GetUserAbort
CXllApp::GetVersionInfo
CXllApp::GetVersionInfoA
CXllApp::GetVersionInfoW
CXllApp::GetXllDir
CXllApp::GetXllName
CXllApp::GetXllNameA
CXllApp::GetXllNameW
CXllApp::GetXlVersion
CXllApp::InitInstance
CXllApp::Instance
CXllApp::IsInFormulaWizard
CXllApp::MakeSheetName
CXllApp::NewWorkbookEvent
CXllApp::OnNewWorkbook
CXllApp::OnSheetActivate
CXllApp::OnSheetBeforeDoubleClick
CXllApp::OnSheetBeforeRightClick
CXllApp::OnSheetCalculate
CXllApp::OnSheetChange
CXllApp::OnSheetDeactivate
CXllApp::OnSheetSelectionChange
CXllApp::OnWorkbookActivate
CXllApp::OnWorkbookAddinInstall
CXllApp::OnWorkbookAddinUninstall
CXllApp::OnWorkbookBeforeClose
CXllApp::OnWorkbookBeforePrint
CXllApp::OnWorkbookBeforeSave
CXllApp::OnWorkbookDeactivate
CXllApp::OnWorkbookNewSheet
CXllApp::OnWorkbookOpen
CXllApp::OnXllClose
CXllApp::OnXllLoad
CXllApp::OnXllOpen
CXllApp::OnXllOpenEx
CXllApp::OnXllRegister
CXllApp::OnXllRegisterEx
CXllApp::OnXllUnload
CXllApp::OnXllUnregister
CXllApp::PrefixFunctions
CXllApp::PrefixFunctionsA
CXllApp::PrefixFunctionsW
CXllApp::RegisterFunctionsEvent
CXllApp::RemoveFn
CXllApp::RemoveFnA
CXllApp::RemoveFnW
CXllApp::ReportRegistrationFailures
CXllApp::RetString
CXllApp::SelectionChangeEvent
CXllApp::SetCalculationMode
CXllApp::SetComEventHandler
CXllApp::SetErrorHandling
CXllApp::SetHideArgumentBoxForNoArgs
CXllApp::SetPrivateBinPath
CXllApp::SetSinkEvents
CXllApp::SetUseAutomation
CXllApp::SheetActivateEvent
CXllApp::SheetChangeEvent
CXllApp::SheetDeactivateEvent
CXllApp::SplitSheetName
CXllApp::WinMessageBox
CXllApp::WinMessageBoxA
CXllApp::WinMessageBoxW
CXllApp::WorkbookActivateEvent
CXllApp::WorkbookBeforeCloseEvent
CXllApp::WorkbookBeforeSaveEvent
CXllApp::WorkbookDeactivateEvent
CXllApp::WorkbookNewSheetEvent
CXllApp::WorkbookOpenEvent
CXllApp::XlGetStackSpace
CXllApp::XlGetStackSpace2
CXllApp::XlHwnd
CXllApp::XllCloseEvent
CXllApp::XllOpenEvent
CXllApp::XlMessageBox
CXllApp::XlMessageBoxA
CXllApp::XlMessageBoxW
CXllApp::XlVersion
CXllFn Object
CXllFn Methods
CXllFn::CXllFn
CXllFn::GetArgumentCount
CXllFn::GetArgumentHelpText
CXllFn::GetArgumentHelpTextA
CXllFn::GetArgumentHelpTexts
CXllFn::GetArgumentHelpTextW
CXllFn::GetArgumentName
CXllFn::GetArgumentNameA
CXllFn::GetArgumentNames
CXllFn::GetArgumentNameW
CXllFn::GetArgumentTemplate
CXllFn::GetArgumentTemplateA
CXllFn::GetArgumentTemplateW
CXllFn::GetCategory
CXllFn::GetCategoryA
CXllFn::GetCategoryW
CXllFn::GetEntryPoint
CXllFn::GetEntryPointA
CXllFn::GetEntryPointW
CXllFn::GetHelpText
CXllFn::GetHelpTextA
CXllFn::GetHelpTextW
CXllFn::IsRegistered
CXllFn::RegID
CXllFn::SupportsXL12
CXllFn::SupportsXL4
CXlOper Object
CXlOper Methods
CXlOper::AllocArray
CXlOper::CallAddin
CXlOper::Cell
CXlOper::ChangeType
CXlOper::Clear
CXlOper::Coerce
CXlOper::Compare
CXlOper::ConvertFormula
CXlOper::ConvertFormulaA
CXlOper::ConvertFormulaIntl
CXlOper::ConvertFormulaIntlA
CXlOper::ConvertFormulaIntlW
CXlOper::ConvertFormulaW
CXlOper::CXlOper
CXlOper::Evaluate
CXlOper::EvaluateIntl
CXlOper::Excel
CXlOper::Format
CXlOper::FreeArray
CXlOper::FromBool
CXlOper::FromDouble
CXlOper::FromDoubleArray
CXlOper::FromError
CXlOper::FromInt
CXlOper::FromLongArray
CXlOper::FromMatrix
CXlOper::FromMatrix2
CXlOper::FromMissing
CXlOper::FromMRef
CXlOper::FromNil
CXlOper::FromNumericMatrix
CXlOper::FromNumericVector
CXlOper::FromNumericVector2
CXlOper::FromSRef
CXlOper::FromString
CXlOper::FromVector
CXlOper::FromVector2
CXlOper::GetActiveCell
CXlOper::GetCaller
CXlOper::GetCount
CXlOper::GetCount2
CXlOper::GetDims
CXlOper::GetFormula
CXlOper::GetFormulaA
CXlOper::GetFormulaIntl
CXlOper::GetFormulaIntlA
CXlOper::GetFormulaIntlW
CXlOper::GetFormulaW
CXlOper::GetHeight
CXlOper::GetHeight2
CXlOper::GetLongString
CXlOper::GetLongStringA
CXlOper::GetLongStringW
CXlOper::GetRef
CXlOper::GetRefCount
CXlOper::GetRefItem
CXlOper::GetSheetId
CXlOper::GetSheetName
CXlOper::GetSheetNameA
CXlOper::GetSheetNameW
CXlOper::GetVectorCount
CXlOper::GetVectorCount2
CXlOper::GetWidth
CXlOper::GetWidth2
CXlOper::IsArray
CXlOper::IsBool
CXlOper::IsDouble
CXlOper::IsEmpty
CXlOper::IsError
CXlOper::IsInt
CXlOper::IsMissing
CXlOper::IsMRef
CXlOper::IsOfType
CXlOper::IsPresent
CXlOper::IsRef
CXlOper::IsScalar
CXlOper::IsSRef
CXlOper::IsString
CXlOper::IsValue
CXlOper::IsVector
CXlOper::MakeRef
CXlOper::MakeRefA
CXlOper::MakeRefIntl
CXlOper::MakeRefIntlA
CXlOper::MakeRefIntlW
CXlOper::MakeRefW
CXlOper::MissingArg
CXlOper::MissingArgP
CXlOper::MoveRefBy
CXlOper::Offset
CXlOper::operator !=
CXlOper::operator []
CXlOper::operator <
CXlOper::operator <=
CXlOper::operator =
CXlOper::operator ==
CXlOper::operator >
CXlOper::operator >=
CXlOper::operator BOOL
CXlOper::operator bool
CXlOper::operator CString
CXlOper::operator double
CXlOper::ReadMatrix
CXlOper::ReadVector
CXlOper::Resize
CXlOper::Ret
CXlOper::RetError
CXlOper::RetString
CXlOper::RetVal
CXlOper::SetActiveCell
CXlOper::SetFormula
CXlOper::SetFormulaA
CXlOper::SetFormulaIntl
CXlOper::SetFormulaIntlA
CXlOper::SetFormulaIntlW
CXlOper::SetFormulaW
CXlOper::SetLongFormula
CXlOper::SetLongFormulaA
CXlOper::SetLongFormulaIntl
CXlOper::SetLongFormulaIntlA
CXlOper::SetLongFormulaIntlW
CXlOper::SetLongFormulaW
CXlOper::SetRef
CXlOper::SetRefItem
CXlOper::SetValue
CXlOper::ToBool
CXlOper::ToDouble
CXlOper::ToDoubleArray
CXlOper::ToInt
CXlOper::ToString
CXlOper::VectorCell
CXlRef Object
CXlRef Methods
CXlRef::Bottom
CXlRef::BottomRightToString
CXlRef::BottomRightToStringA
CXlRef::BottomRightToStringW
CXlRef::ColToA
CXlRef::ColToAA
CXlRef::ColToAW
CXlRef::Compare
CXlRef::CXlRef
CXlRef::FromString
CXlRef::GetRowColumnLetters
CXlRef::Height
CXlRef::Init
CXlRef::IsSingle
CXlRef::Left
CXlRef::MaxCol
CXlRef::MaxRow
CXlRef::MoveBy
CXlRef::Normalize
CXlRef::operator !=
CXlRef::operator <
CXlRef::operator <=
CXlRef::operator =
CXlRef::operator ==
CXlRef::operator >
CXlRef::operator >=
CXlRef::Resize
CXlRef::Right
CXlRef::SetRef
CXlRef::Top
CXlRef::TopLeftToString
CXlRef::TopLeftToStringA
CXlRef::TopLeftToStringW
CXlRef::ToString
CXlRef::ToStringA
CXlRef::ToStringW
CXlRef::Width
Global functions & macros
::IMPLEMENT_XLLFN_EX
::IMPLEMENT_XLLFN2
::IMPLEMENT_XLLFN3
::XLL_FIX_STATE
::XllGetApp
::XllGetTypedApp
::XllGetVersion
Enumerations
XlErrorType
XlMessageBoxTypes
cpplog.h
Appender Object
Appender Methods
Appender::Appender
Appender::emitText
Appender::getLayout
Appender::setLayout
AtlTraceAppender Object
AtlTraceAppender Methods
AtlTraceAppender::AtlTraceAppender
BasicConfigurator Object
BasicConfigurator Methods
BasicConfigurator::BasicConfigurator
BasicConfigurator::configure
ConsoleAppender Object
ConsoleAppender Methods
ConsoleAppender::ConsoleAppender
FileAppender Object
FileAppender Methods
FileAppender::FileAppender
FileAppender::getFile
FileAppender::setFile
Logger Object
Logger Methods
Logger::addAppender
Logger::getLevel
Logger::getLogger
Logger::getRootLogger
Logger::Logger
Logger::setLevel
LoggerPtr Object
LoggerPtr Methods
LoggerPtr::LoggerPtr
LoggerPtr::operator ->
ModulePropertyConfigurator Object
ModulePropertyConfigurator Methods
ModulePropertyConfigurator::configure
ModulePropertyConfigurator::ModulePropertyConfigurator
PropertyConfigurator Object
PropertyConfigurator Methods
PropertyConfigurator::configure
PropertyConfigurator::PropertyConfigurator
TraceAppender Object
TraceAppender Methods
TraceAppender::TraceAppender
XllConfigurator Object
XllConfigurator Methods
XllConfigurator::configure
XllConfigurator::XllConfigurator
Logging macros
::LOG_DEBUG
::LOG_ERROR
::LOG_FATAL
::LOG_INFO
::LOG_TRACE
::LOG_WARN
Enumerations
LogLevel
xlfuncs.h
CXlFuncs Object
CXlFuncs Methods
CXlFuncs::Address
CXlFuncs::Cell
CXlFuncs::CellAddress
CXlFuncs::CellCol
CXlFuncs::CellColor
CXlFuncs::CellContents
CXlFuncs::CellFileName
CXlFuncs::CellFormat
CXlFuncs::CellParentheses
CXlFuncs::CellPrefix
CXlFuncs::CellProtect
CXlFuncs::CellRow
CXlFuncs::CellType
CXlFuncs::CellWidth
CXlFuncs::Char
CXlFuncs::Clean
CXlFuncs::Code
CXlFuncs::CXlFuncs
CXlFuncs::Date
CXlFuncs::DateValue
CXlFuncs::Day
CXlFuncs::Days360
CXlFuncs::HLookup
CXlFuncs::Hour
CXlFuncs::Index
CXlFuncs::Indirect
CXlFuncs::Info
CXlFuncs::InfoDirectory
CXlFuncs::InfoMemAvail
CXlFuncs::InfoMemUsed
CXlFuncs::InfoNumFile
CXlFuncs::InfoOrigin
CXlFuncs::InfoOSVersion
CXlFuncs::InfoRecalc
CXlFuncs::InfoRecalcAutomatic
CXlFuncs::InfoRecalcManual
CXlFuncs::InfoRelease
CXlFuncs::InfoSystem
CXlFuncs::InfoSystemMac
CXlFuncs::InfoSystemWindows
CXlFuncs::InfoTotMem
CXlFuncs::Lookup
CXlFuncs::Match
CXlFuncs::MDeterm
CXlFuncs::Minute
CXlFuncs::MInverse
CXlFuncs::Month
CXlFuncs::N
CXlFuncs::Now
CXlFuncs::Offset
CXlFuncs::Roman
CXlFuncs::Second
CXlFuncs::Text
CXlFuncs::Time
CXlFuncs::TimeValue
CXlFuncs::Today
CXlFuncs::Transpose
CXlFuncs::Type
CXlFuncs::Value
CXlFuncs::VLookup
CXlFuncs::Weekday
CXlFuncs::Year
CXlMacros Object
CXlMacros Methods
CXlMacros::AbsRef
CXlMacros::Activate
CXlMacros::ActivateA
CXlMacros::ActivateNext
CXlMacros::ActivatePrev
CXlMacros::ActivateW
CXlMacros::ActiveCell
CXlMacros::ActiveCellFont
CXlMacros::AddinManager
CXlMacros::Alert
CXlMacros::Alignment
CXlMacros::ApplyStyle
CXlMacros::AppMaximize
CXlMacros::AppMinimize
CXlMacros::AppMove
CXlMacros::AppRestore
CXlMacros::AppSize
CXlMacros::AppTitle
CXlMacros::Beep
CXlMacros::Border
CXlMacros::CalculateDocument
CXlMacros::CalculateNow
CXlMacros::Caller
CXlMacros::CellProtection
CXlMacros::Clear
CXlMacros::Close
CXlMacros::CloseAll
CXlMacros::ColumnWidth
CXlMacros::Copy
CXlMacros::Cut
CXlMacros::CXlMacros
CXlMacros::DataSeries
CXlMacros::DefineName
CXlMacros::DeleteName
CXlMacros::DeRef
CXlMacros::Directory
CXlMacros::DisableInput
CXlMacros::Documents
CXlMacros::DocumentsA
CXlMacros::DocumentsW
CXlMacros::Echo
CXlMacros::EditDelete
CXlMacros::Error
CXlMacros::Evaluate
CXlMacros::EvaluateIntl
CXlMacros::FileClose
CXlMacros::FileDelete
CXlMacros::Files
CXlMacros::FillAuto
CXlMacros::FillDown
CXlMacros::FillGroup
CXlMacros::FillLeft
CXlMacros::FillRight
CXlMacros::FillUp
CXlMacros::FontProperties
CXlMacros::FormatNumber
CXlMacros::Formula
CXlMacros::FormulaArray
CXlMacros::FormulaArrayIntl
CXlMacros::FormulaConvert
CXlMacros::FormulaFill
CXlMacros::FormulaIntl
CXlMacros::FormulaReplace
CXlMacros::FreezePanes
CXlMacros::FullScreen
CXlMacros::GetActiveWorkbookName
CXlMacros::GetActiveWorksheetName
CXlMacros::GetCell
CXlMacros::GetCellIsArray
CXlMacros::GetCellIsFormula
CXlMacros::GetCellIsHidden
CXlMacros::GetCellIsLocked
CXlMacros::GetDef
CXlMacros::GetDocument
CXlMacros::GetFormula
CXlMacros::GetFormulaA
CXlMacros::GetFormulaIntl
CXlMacros::GetFormulaIntlA
CXlMacros::GetFormulaIntlW
CXlMacros::GetFormulaW
CXlMacros::GetName
CXlMacros::GetNameIsLocal
CXlMacros::GetNote
CXlMacros::GetWorkbook
CXlMacros::GetWorkspace
CXlMacros::GoalSeek
CXlMacros::Hide
CXlMacros::HLine
CXlMacros::HPage
CXlMacros::HScroll
CXlMacros::Insert
CXlMacros::Justify
CXlMacros::Links
CXlMacros::Names
CXlMacros::NewDefaultWorkbook
CXlMacros::NewSingleSheetWorkbook
CXlMacros::NewWindow
CXlMacros::Note
CXlMacros::Open
CXlMacros::OptionsCalculation
CXlMacros::Paste
CXlMacros::PasteSpecial
CXlMacros::Patterns
CXlMacros::Quit
CXlMacros::RefText
CXlMacros::RelRef
CXlMacros::RowHeight
CXlMacros::Save
CXlMacros::SaveAs
CXlMacros::SaveCopyAs
CXlMacros::Select
CXlMacros::SelectAll
CXlMacros::Selection
CXlMacros::ShowActiveCell
CXlMacros::Split
CXlMacros::StandardWidth
CXlMacros::SummaryInfo
CXlMacros::TextRef
CXlMacros::Undo
CXlMacros::UnfreezePanes
CXlMacros::Unhide
CXlMacros::VLine
CXlMacros::VPage
CXlMacros::VScroll
CXlMacros::WindowMaximize
CXlMacros::WindowMinimize
CXlMacros::WindowMove
CXlMacros::WindowRestore
CXlMacros::Windows
CXlMacros::WindowSize
CXlMacros::WorkbookActivate
CXlMacros::WorkbookActivateA
CXlMacros::WorkbookActivateW
CXlMacros::WorkbookCopy
CXlMacros::WorkbookDelete
CXlMacros::WorkbookGetWorksheetNames
CXlMacros::WorkbookHide
CXlMacros::WorkbookInsert
CXlMacros::WorkbookMove
CXlMacros::WorkbookName
CXlMacros::WorkbookNext
CXlMacros::WorkbookPrev
CXlMacros::WorkbookProtect
CXlMacros::WorkbookUnhide
CXlMacros::Zoom
CXlMacros::ZoomMax
CXlMacros::ZoomNormal
xlldate.h
CXlDate Object
CXlDate Methods
CXlDate::CXlDate
CXlDate::DateToLSerial
CXlDate::DateToSerial
CXlDate::LSerialToDate
CXlDate::Now
CXlDate::SerialToDate
CXlDate::StringToDate
CXlDate::StringToDateA
CXlDate::StringToDateW
CXlDate::StringToLSerial
CXlDate::StringToLSerialA
CXlDate::StringToLSerialW
CXlDate::StringToSerial
CXlDate::StringToSerialA
CXlDate::StringToSerialW
CXlDate::Today
CXlDate::XlWeekday
Global date functions
::XlDateToLSerial
::XlDateToSerial
::XlLSerialToDate
::XlNow
::XlSerialToDate
::XlStringToDate
::XlStringToLSerial
::XlStringToSerial
::XlToday
::XlWeekday
matrix.h
matrix<T> Object
matrix<T> Methods
flags
matrix<T>::add_col
matrix<T>::add_row
matrix<T>::at
matrix<T>::clear
matrix<T>::col
matrix<T>::col_ptr
matrix<T>::cols
matrix<T>::find_in_col
matrix<T>::find_in_row
matrix<T>::get_col_ptrs
matrix<T>::matrix<T>
matrix<T>::operator=
matrix<T>::resize
matrix<T>::row
matrix<T>::rows
matrix<T>::transpose
xlppush.h
CXllMtMsg Object
CXllMtMsg Methods
CXllMtMsg::~CXllMtMsg
CXllMtMsg::CXllMtMsg
CXllPushApp Object
CXllPushApp Methods
CXllPushApp::AddConnection
CXllPushApp::AddFunction
CXllPushApp::CXllPushApp
CXllPushApp::GetFormatChangedCells
CXllPushApp::GetRefreshPeriod
CXllPushApp::GetTickPeriod
CXllPushApp::OnCellUpdate
CXllPushApp::OnTopicAdd
CXllPushApp::OnTopicRemove
CXllPushApp::OnXllClose
CXllPushApp::OnXllOpenEx
CXllPushApp::PostMessage
CXllPushApp::ProcessAsyncMessage
CXllPushApp::SetFormatChangedCells
CXllPushApp::SetRefreshPeriod
CXllPushApp::SetTickPeriod
CXllPushApp::UpdateCells
cpplog/TraceAppender.h
plemtx.h
imtx_impl<T> Object
imtx_impl<T> Methods
imtx_impl<T>::get_flat
imtx_impl<T>::get_ptrs
imtx_impl<T>::imtx_impl
imtx<T> Object
imtx<T> Methods
imtx<T>::at
imtx<T>::get_flat
imtx<T>::get_ptrs
imtx<T>::imtx
imtx<T>::resize
imtx<T>::size
mtx_flat<T> Object
mtx_flat<T> Methods
mtx_flat<T>::at
mtx_flat<T>::begin
mtx_flat<T>::end
mtx_flat<T>::get_flat
mtx_flat<T>::get_ptrs
mtx_flat<T>::mtx_flat
mtx_flat<T>::operator []
mtx_flat<T>::operator [] const
mtx_flat<T>::operator =
mtx_flat<T>::resize
mtx_flat<T>::size
mtx_flatreader<M> Object
mtx_flatreader<M> Methods
mtx_flatreader<M>::get_flat
mtx_flatreader<M>::mtx_flatreader
mtx_flatreader<M>::operator const M::mtx_item_type*
mtx_flatreader<M>::operator M::mtx_item_type*
mtx_flatwriter<M> Object
mtx_flatwriter<M> Methods
mtx_flatwriter<M>::get_flat
mtx_flatwriter<M>::mtx_flatwriter
mtx_flatwriter<M>::operator M::mtx_item_type*
mtx_ptrreader<M> Object
mtx_ptrreader<M> Methods
mtx_ptrreader<M>::get_ptrs
mtx_ptrreader<M>::mtx_ptrreader
mtx_ptrreader<M>::operator const M::mtx_item_type**
mtx_ptrreader<M>::operator M::mtx_item_type**
mtx_ptrs<T> Object
mtx_ptrs<T> Methods
mtx_ptrs<T>::at
mtx_ptrs<T>::begin
mtx_ptrs<T>::end
mtx_ptrs<T>::erase
mtx_ptrs<T>::get_flat
mtx_ptrs<T>::get_ptrs
mtx_ptrs<T>::mtx_ptrs
mtx_ptrs<T>::operator []
mtx_ptrs<T>::operator [] const
mtx_ptrs<T>::operator =
mtx_ptrs<T>::resize
mtx_ptrs<T>::size
mtx_ptrwriter<M> Object
mtx_ptrwriter<M> Methods
mtx_ptrwriter<M>::get_ptrs
mtx_ptrwriter<M>::mtx_ptrwriter
mtx_ptrwriter<M>::operator M::mtx_item_type**
Matrix template functions
::copy_offset<M, N>
::flatreader<M>
::flatwriter<M>
::mtx_adapter<T>
::mtx_const_adapter<T>
::mtx_copy_transpose<M, N>
::mtx_copy<M, N>
::mtx_flatten<M, V>
::mtx_transpose<M>
::ptrreader<M>
::ptrwriter<M>
rtdhandles.h
CHandleFormatter<T> Object
CHandleFormatter<T> Methods
CHandleFormatter<T>::CHandleFormatter<T>
CHandleFormatter<T>::Escape
CHandleFormatter<T>::ExtractKeyAndState
CHandleFormatter<T>::Join
CHandleFormatter<T>::MakeHandle
CHandleFormatter<T>::ReadState
CHandleFormatter<T>::Split
CHandleFormatter<T>::SplitHandle
CHandleFormatter<T>::WriteState
HandleCache<T> Object
HandleCache<T> Methods
HandleCache<T>::CreateHandleInCache
HandleCache<T>::GetInstance
HandleCache<T>::GetOrCreateInstance
HandleCache<T>::HandleCache<T>
HandleCache<T>::HandleToPtr
HandleCache<T>::SetFormatter
PersistentHandleCache<T> Object
PersistentHandleCache<T> Methods
PersistentHandleCache<T>::ExpandDataFile
PersistentHandleCache<T>::GetAutoSave
PersistentHandleCache<T>::GetDataFile
PersistentHandleCache<T>::GetMaxSavedItemAge
PersistentHandleCache<T>::GetMaxSavedItemCount
PersistentHandleCache<T>::PersistentHandleCache<T>
PersistentHandleCache<T>::Restore
PersistentHandleCache<T>::Save
PersistentHandleCache<T>::SetAutoSave
PersistentHandleCache<T>::SetDataFile
PersistentHandleCache<T>::SetMaxSavedItemAge
PersistentHandleCache<T>::SetMaxSavedItemAgeDays
PersistentHandleCache<T>::SetMaxSavedItemCount
Global Handle Functions
psl::AddHandleDeleteActionToCache
psl::CopyHandleInCache
psl::CreateHandleInCache
xldialog.h
CXlControl Object
CXlControl Methods
CXlControl::CXlControl
CXlControl::GetEnabled
CXlControl::GetHeight
CXlControl::GetID
CXlControl::GetLeft
CXlControl::GetText
CXlControl::GetTop
CXlControl::GetTrigger
CXlControl::GetValue
CXlControl::GetVisible
CXlControl::GetWidth
CXlControl::SetEnabled
CXlControl::SetID
CXlControl::SetPos
CXlControl::SetSize
CXlControl::SetText
CXlControl::SetTrigger
CXlControl::SetValue
CXlControl::SetVisible
CXlControlCancel Object
CXlControlCancel Methods
CXlControlCancel::CXlControlCancel
CXlControlCancel::GetDefault
CXlControlCancel::SetDefault
CXlControlCheckBox Object
CXlControlCheckBox Methods
CXlControlCheckBox::CXlControlCheckBox
CXlControlCheckBox::GetChecked
CXlControlCheckBox::SetChecked
CXlControlFormulaEdit Object
CXlControlFormulaEdit Methods
CXlControlFormulaEdit::CXlControlFormulaEdit
CXlControlFormulaEdit::GetFormula
CXlControlFormulaEdit::SetFormula
CXlControlGroupBox Object
CXlControlGroupBox Methods
CXlControlGroupBox::CXlControlGroupBox
CXlControlIcon Object
CXlControlIcon Methods
CXlControlIcon::CXlControlIcon
CXlControlIcon::GetIcon
CXlControlIcon::SetIcon
CXlControlIntegerEdit Object
CXlControlIntegerEdit Methods
CXlControlIntegerEdit::CXlControlIntegerEdit
CXlControlIntegerEdit::GetIntValue
CXlControlIntegerEdit::SetIntValue
CXlControlListBox Object
CXlControlListBox Methods
CXlControlListBox::AddString
CXlControlListBox::CXlControlListBox
CXlControlListBox::DeleteString
CXlControlListBox::FindString
CXlControlListBox::FindStringExact
CXlControlListBox::GetCount
CXlControlListBox::GetCurSel
CXlControlListBox::GetItemData
CXlControlListBox::GetItemDataPtr
CXlControlListBox::GetSel
CXlControlListBox::GetStyle
CXlControlListBox::GetText
CXlControlListBox::GetTextLen
CXlControlListBox::InsertString
CXlControlListBox::ResetContent
CXlControlListBox::SelectString
CXlControlListBox::SetCurSel
CXlControlListBox::SetItemData
CXlControlListBox::SetItemDataPtr
CXlControlListBox::SetStyle
CXlControlNumberEdit Object
CXlControlNumberEdit Methods
CXlControlNumberEdit::CXlControlNumberEdit
CXlControlNumberEdit::GetNumberValue
CXlControlNumberEdit::SetNumberValue
CXlControlOK Object
CXlControlOK Methods
CXlControlOK::CXlControlOK
CXlControlOK::GetDefault
CXlControlOK::SetDefault
CXlControlOption Object
CXlControlOption Methods
CXlControlOption::CXlControlOption
CXlControlOptionGroup Object
CXlControlOptionGroup Methods
CXlControlOptionGroup::CXlControlOptionGroup
CXlControlOptionGroup::GetSel
CXlControlOptionGroup::SetSel
CXlControlRefEdit Object
CXlControlRefEdit Methods
CXlControlRefEdit::CXlControlRefEdit
CXlControlRefEdit::GetRef
CXlControlRefEdit::SetRef
CXlControlStatic Object
CXlControlStatic Methods
CXlControlStatic::CXlControlStatic
CXlControlTextEdit Object
CXlControlTextEdit Methods
CXlControlTextEdit::CXlControlTextEdit
CXlDialog Object
CXlDialog Methods
CXlDialog::Add
CXlDialog::ControlFromID
CXlDialog::CXlDialog
CXlDialog::EndDialog
CXlDialog::GetFocus
CXlDialog::GetHeight
CXlDialog::GetLeft
CXlDialog::GetTitle
CXlDialog::GetTop
CXlDialog::GetWidth
CXlDialog::OnCheckBox
CXlDialog::OnListBox
CXlDialog::OnOK
CXlDialog::OnOption
CXlDialog::OnTrigger
CXlDialog::SetFocus
CXlDialog::SetPos
CXlDialog::SetSize
CXlDialog::SetTitle
CXlDialog::Show
xlhandle.h
CXlFormulaRefresh Object
CXlFormulaRefresh Methods
CXlFormulaRefresh::CXlFormulaRefresh
CXlFormulaRefresh::RefreshAllWorkbooks
CXlFormulaRefresh::RefreshWorkbook
CXlFormulaRefresh::RefreshWorksheet
CXlHandleStore<T, S> Object
CXlHandleStore<T, S> Methods
CXlHandleStore<T, S>::AddObjectHandle
CXlHandleStore<T, S>::Clear
CXlHandleStore<T, S>::CXlHandleStore
CXlHandleStore<T, S>::ObjectFromHandle
xlhandles.h
xllfinder.h
CXllFinder Object
CXllFinder Methods
CXllFinder::CXllFinder
CXllFinder::FindNext
CXllFinder::GetCurrentValue
CXllFinder::SetCurrentValue
xllres.h
Global resource functions
::ResFindLanguageForResource
::ResFindLanguageForResourceA
::ResFindLanguageForResourceW
::ResGetCountryCodeFromLangID
::ResGetLangIDFromCountryCode
::ResGetStringFromStringTable
::ResGetStringFromStringTableA
::ResGetStringFromStringTableW
::ResListLanguages
::ResListLanguagesA
::ResListLanguagesW
::ResLoadBitmap
::ResLoadString
::ResLoadStringA
::ResLoadStringW
::XllGetExcelCountryCode
::XllGetExcelLanguageID
::XllGetStringLanguageID
::XllGetStringResourceHandle
::XllGetTranslatedString
::XllGetTranslatedStringA
::XllGetTranslatedStringW
::XllLoadBitmap
::XllLoadBitmapForExcelLanguage
::XllLoadBitmapForLanguage
::XllLoadBitmapForLocale
::XllLoadString
::XllLoadStringA
::XllLoadStringForExcelLanguage
::XllLoadStringForExcelLanguageA
::XllLoadStringForExcelLanguageW
::XllLoadStringForLanguage
::XllLoadStringForLanguageA
::XllLoadStringForLanguageW
::XllLoadStringForLocale
::XllLoadStringForLocaleA
::XllLoadStringForLocaleW
::XllLoadStringW
::XllSetStringLanguageID
::XllSetStringResourceHandle
::XllTranslateString
::XllTranslateStringA
::XllTranslateStringW
XllRtdFeedServerProxy.h
CXllRtdFeedServerProxy Object
CXllRtdFeedServerProxy Methods
CXllRtdFeedServerProxy::CallRtd
CXllRtdFeedServerProxy::CXllRtdFeedServerProxy
CXllRtdFeedServerProxy::RegisterClient
CXllRtdFeedServerProxy::UnregisterClient
CXllRtdFeedServerProxy::UpdateTopic
IXllRtdFeedCallback Object
IXllRtdFeedCallback Methods
IXllRtdFeedCallback::IXllRtdFeedCallback
IXllRtdFeedCallback::OnGetDataState
IXllRtdFeedCallback::OnTopicRemoved
xlmarshal.h
CXlMarshaledData Object
CXlMarshaledData Methods
CXlMarshaledData::Alloc
CXlMarshaledData::Attach
CXlMarshaledData::Clear
CXlMarshaledData::Compare
CXlMarshaledData::CXlMarshaledData
CXlMarshaledData::Destroy
CXlMarshaledData::Detach
CXlMarshaledData::GetCount
CXlMarshaledData::GetData
CXlMarshaledData::IsGood
CXlMarshaledData::MoveFrom
CXlMarshaledData::operator !=
CXlMarshaledData::operator <
CXlMarshaledData::operator <=
CXlMarshaledData::operator =
CXlMarshaledData::operator =
CXlMarshaledData::operator >
CXlMarshaledData::operator >=
CXlMarshaledData::ReadArgs
CXlMarshaledData::Set
xlmenu.h
CXlMenu Object
CXlMenu Methods
CXlMenu::AddItem
CXlMenu::CheckItem
CXlMenu::Create
CXlMenu::CXlMenu
CXlMenu::DeleteItem
CXlMenu::Destroy
CXlMenu::EnableItem
CXlMenu::GetCallingMenu
CXlMenu::ReplaceItem
CXlMenu::SetTexts
xlpclrconvert.h
Common Language Runtime support functions
ple::clr::objectToXl
ple::clr::toClr
ple::clr::toClr<T>
ple::clr::toClrDate
ple::clr::toClrDates
ple::clr::toClrInts
ple::clr::toClrObject
ple::clr::toClrObjectMatrix
ple::clr::toClrObjectVector
ple::clr::toXl
ple::clr::toXl<T>
xlpclrforms.h
ExcelForm Object
ExcelForm Methods
ExcelForm::XllPlus::Forms::ExcelForm
WinWrapper Object
WinWrapper Methods
WinWrapper::XllPlus::Forms::WinWrapper
xlpcom.h
CXllCom Object
CXllCom Methods
CXllCom::CXllCom
CXllCom::OleExecuteExcel4Macro
CXllCom::OleGetOnCalculate
CXllCom::OleGetOnSheetActivate
CXllCom::OleGetOnSheetDeactivate
CXllCom::OleGetRange
CXllCom::OleGetRangeAddress
CXllCom::OleGetRangeFormula
CXllCom::OleGetRangeValue
CXllCom::OleGetRangeWorksheet
CXllCom::OleGetWarnings
CXllCom::OleGetWorkbook
CXllCom::OleGetWorkbookName
CXllCom::OleGetWorkbooks
CXllCom::OleGetWorksheet
CXllCom::OleGetWorksheetName
CXllCom::OleGetWorksheets
CXllCom::OleGetWorksheetWorkbook
CXllCom::OleRangeIsCurrent
CXllCom::OleRangeIsFirst
CXllCom::OleSetOnCalculate
CXllCom::OleSetOnSheetActivate
CXllCom::OleSetOnSheetDeactivate
CXllCom::OleSetWarnings
CXllCom::OleTouchRange
CXllCom::OleWorksheetFindFormula
xlpconvert.h
CMatrixConvertParams<T> Object
CMatrixConvertParams<T> Methods
CMatrixConvertParams<T>::CMatrixConvertParams
CMatrixConvertParams<T>::GetArgFullName
CMatrixConvertParams<T>::GetArgFullNameTranslated
CMatrixConvertParams<T>::GetArgName
CMatrixConvertParams<T>::GetArgNameTranslated
CMatrixConvertParams<T>::GetBoolParam
CMatrixConvertParams<T>::GetIntParam
CMatrixConvertParams<T>::GetStringParam
CMatrixConvertParams<T>::SetBoolParam
CMatrixConvertParams<T>::SetIntParam
CMatrixConvertParams<T>::SetStringParam
CScalarConvertParams<T> Object
CScalarConvertParams<T> Methods
CScalarConvertParams<T>::CScalarConvertParams
CScalarConvertParams<T>::GetArgFullName
CScalarConvertParams<T>::GetArgFullNameTranslated
CScalarConvertParams<T>::GetArgName
CScalarConvertParams<T>::GetArgNameTranslated
CScalarConvertParams<T>::GetBoolParam
CScalarConvertParams<T>::GetIntParam
CScalarConvertParams<T>::GetStringParam
CScalarConvertParams<T>::SetBoolParam
CScalarConvertParams<T>::SetIntParam
CScalarConvertParams<T>::SetStringParam
CVectorConvertParams<T> Object
CVectorConvertParams<T> Methods
CVectorConvertParams<T>::CVectorConvertParams
CVectorConvertParams<T>::GetArgFullName
CVectorConvertParams<T>::GetArgFullNameTranslated
CVectorConvertParams<T>::GetArgName
CVectorConvertParams<T>::GetArgNameTranslated
CVectorConvertParams<T>::GetBoolParam
CVectorConvertParams<T>::GetIntParam
CVectorConvertParams<T>::GetStringParam
CVectorConvertParams<T>::SetBoolParam
CVectorConvertParams<T>::SetIntParam
CVectorConvertParams<T>::SetStringParam
CXlUserConverterBase<ElemType, XlNativeType> Object
CXlUserConverterBase<ElemType, XlNativeType> Methods
CXlUserConverterBase<ElemType, XlNativeType>::ConvertFromExcel
CXlUserConverterBase<ElemType, XlNativeType>::ConvertToExcel
CXlUserConverterBase<ElemType, XlNativeType>::CXlUserConverterBase
CXlUserConverterBase<ElemType, XlNativeType>::GetTypeMessageId
CXlUserConverterBase<ElemType, XlNativeType>::GetTypeName
CXlUserConverterBase<ElemType, XlNativeType>::GetTypeNameW
CXlUserConverterBase<ElemType, XlNativeType>::ResolveTypeName
Global conversion functions
::XlReadGroupedScalar
::XlReadGroupedScalarEx
::XlReadGroupedVector
::XlReadGroupedVectorEx
::XlReadMatrix
::XlReadMatrixEx
::XlReadScalar
::XlReadScalarEx
::XlReadVector
::XlReadVectorEx
::XlWriteMatrixEx
::XlWriteScalarEx
::XlWriteVectorEx
Enumerations
XlConvertFlags
xlpevents.h
CXlBeforeCloseEventArgs Object
CXlBeforeCloseEventArgs Methods
CXlBeforeCloseEventArgs::CXlBeforeCloseEventArgs
CXlBeforeCloseEventArgs::GetBookName
CXlBeforeCloseEventArgs::GetCancel
CXlBeforeCloseEventArgs::SetCancel
CXlBeforeDoubleClickEvent Object
CXlBeforeDoubleClickEvent Methods
CXlBeforeDoubleClickEvent::CXlBeforeDoubleClickEvent
CXlBeforeDoubleClickEventStaticObserver Object
CXlBeforeDoubleClickEventStaticObserver Methods
CXlBeforeDoubleClickEventStaticObserver::CXlBeforeDoubleClickEventStaticObserver
CXlBeforeDoubleClickEventStaticObserver::Update
CXlBeforeRightClickEvent Object
CXlBeforeRightClickEvent Methods
CXlBeforeRightClickEvent::CXlBeforeRightClickEvent
CXlBeforeRightClickEventStaticObserver Object
CXlBeforeRightClickEventStaticObserver Methods
CXlBeforeRightClickEventStaticObserver::CXlBeforeRightClickEventStaticObserver
CXlBeforeSaveEventArgs Object
CXlBeforeSaveEventArgs Methods
CXlBeforeSaveEventArgs::CXlBeforeSaveEventArgs
CXlBeforeSaveEventArgs::GetBookName
CXlBeforeSaveEventArgs::GetCancel
CXlBeforeSaveEventArgs::GetSaveAsUI
CXlBeforeSaveEventArgs::SetCancel
CXlCalculateEvent Object
CXlCalculateEvent Methods
CXlCalculateEvent::CXlCalculateEvent
CXlCalculateEventStaticObserver Object
CXlCalculateEventStaticObserver Methods
CXlCalculateEventStaticObserver::CXlCalculateEventStaticObserver
CXlCalculateEventStaticObserver::Update
CXlCancellableRangeEventArgs Object
CXlCancellableRangeEventArgs Methods
CXlCancellableRangeEventArgs::CXlCancellableRangeEventArgs
CXlCancellableRangeEventArgs::GetCancel
CXlCancellableRangeEventArgs::GetRange
CXlCancellableRangeEventArgs::GetSheetName
CXlCancellableRangeEventArgs::SetCancel
CXlEvent<T> Object
CXlEvent<T> Methods
CXlEvent<T>::AfterLastUnregister
CXlEvent<T>::BeforeFirstRegister
CXlEvent<T>::CXlEvent
CXlEvent<T>::NotifyObservers
CXlEvent<T>::Register
CXlEvent<T>::Unregister
CXlEventArgs Object
CXlEventArgs Methods
CXlEventArgs::CXlEventArgs
CXlEventObserver<T> Object
CXlEventObserver<T> Methods
CXlEventObserver<T>::CXlEventObserver
CXlEventObserver<T>::Update
CXllCloseEvent Object
CXllCloseEvent Methods
CXllCloseEvent::CXllCloseEvent
CXllCloseEventStaticObserver Object
CXllCloseEventStaticObserver Methods
CXllCloseEventStaticObserver::CXllCloseEventStaticObserver
CXllCloseEventStaticObserver::Update
CXllOpenEvent Object
CXllOpenEvent Methods
CXllOpenEvent::CXllOpenEvent
CXllOpenEventArgs Object
CXllOpenEventArgs Methods
CXllOpenEventArgs::CXllOpenEventArgs
CXllOpenEventArgs::GetCancel
CXllOpenEventArgs::SetCancel
CXllOpenEventStaticObserver Object
CXllOpenEventStaticObserver Methods
CXllOpenEventStaticObserver::CXllOpenEventStaticObserver
CXllOpenEventStaticObserver::Update
CXlNewWorkbookEvent Object
CXlNewWorkbookEvent Methods
CXlNewWorkbookEvent::CXlNewWorkbookEvent
CXlNewWorkbookEventStaticObserver Object
CXlNewWorkbookEventStaticObserver Methods
CXlNewWorkbookEventStaticObserver::CXlNewWorkbookEventStaticObserver
CXlNewWorkbookEventStaticObserver::Update
CXlRangeEventArgs Object
CXlRangeEventArgs Methods
CXlRangeEventArgs::CXlRangeEventArgs
CXlRangeEventArgs::GetRange
CXlRangeEventArgs::GetSheetName
CXlRegisterFunctionsEvent Object
CXlRegisterFunctionsEvent Methods
CXlRegisterFunctionsEvent::CXlRegisterFunctionsEvent
CXlRegisterFunctionsEventStaticObserver Object
CXlRegisterFunctionsEventStaticObserver Methods
CXlRegisterFunctionsEventStaticObserver::CXlRegisterFunctionsEventStaticObserver
CXlRegisterFunctionsEventStaticObserver::Update
CXlSelectionChangeEvent Object
CXlSelectionChangeEvent Methods
CXlSelectionChangeEvent::CXlSelectionChangeEvent
CXlSelectionChangeEventStaticObserver Object
CXlSelectionChangeEventStaticObserver Methods
CXlSelectionChangeEventStaticObserver::CXlSelectionChangeEventStaticObserver
CXlSelectionChangeEventStaticObserver::Update
CXlSheetActivateEvent Object
CXlSheetActivateEvent Methods
CXlSheetActivateEvent::CXlSheetActivateEvent
CXlSheetActivateEventStaticObserver Object
CXlSheetActivateEventStaticObserver Methods
CXlSheetActivateEventStaticObserver::CXlSheetActivateEventStaticObserver
CXlSheetChangeEvent Object
CXlSheetChangeEvent Methods
CXlSheetChangeEvent::CXlSheetChangeEvent
CXlSheetChangeEventStaticObserver Object
CXlSheetChangeEventStaticObserver Methods
CXlSheetChangeEventStaticObserver::CXlSheetChangeEventStaticObserver
CXlSheetDeactivateEvent Object
CXlSheetDeactivateEvent Methods
CXlSheetDeactivateEvent::CXlSheetDeactivateEvent
CXlSheetDeactivateEventStaticObserver Object
CXlSheetDeactivateEventStaticObserver Methods
CXlSheetDeactivateEventStaticObserver::CXlSheetDeactivateEventStaticObserver
CXlStaticEventObserver<T> Object
CXlStaticEventObserver<T> Methods
CXlStaticEventObserver<T>::CXlStaticEventObserver
CXlWorkbookActivateEvent Object
CXlWorkbookActivateEvent Methods
CXlWorkbookActivateEvent::CXlWorkbookActivateEvent
CXlWorkbookActivateEventStaticObserver Object
CXlWorkbookActivateEventStaticObserver Methods
CXlWorkbookActivateEventStaticObserver::CXlWorkbookActivateEventStaticObserver
CXlWorkbookBeforeCloseEvent Object
CXlWorkbookBeforeCloseEvent Methods
CXlWorkbookBeforeCloseEvent::CXlWorkbookBeforeCloseEvent
CXlWorkbookBeforeCloseEventStaticObserver Object
CXlWorkbookBeforeCloseEventStaticObserver Methods
CXlWorkbookBeforeCloseEventStaticObserver::CXlWorkbookBeforeCloseEventStaticObserver
CXlWorkbookBeforeCloseEventStaticObserver::Update
CXlWorkbookBeforeSaveEvent Object
CXlWorkbookBeforeSaveEvent Methods
CXlWorkbookBeforeSaveEvent::CXlWorkbookBeforeSaveEvent
CXlWorkbookBeforeSaveEventStaticObserver Object
CXlWorkbookBeforeSaveEventStaticObserver Methods
CXlWorkbookBeforeSaveEventStaticObserver::CXlWorkbookBeforeSaveEventStaticObserver
CXlWorkbookBeforeSaveEventStaticObserver::Update
CXlWorkbookDeactivateEvent Object
CXlWorkbookDeactivateEvent Methods
CXlWorkbookDeactivateEvent::CXlWorkbookDeactivateEvent
CXlWorkbookDeactivateEventStaticObserver Object
CXlWorkbookDeactivateEventStaticObserver Methods
CXlWorkbookDeactivateEventStaticObserver::CXlWorkbookDeactivateEventStaticObserver
CXlWorkbookEventArgs Object
CXlWorkbookEventArgs Methods
CXlWorkbookEventArgs::CXlWorkbookEventArgs
CXlWorkbookEventArgs::GetBookName
CXlWorkbookNewSheetEvent Object
CXlWorkbookNewSheetEvent Methods
CXlWorkbookNewSheetEvent::CXlWorkbookNewSheetEvent
CXlWorkbookNewSheetEventArgs Object
CXlWorkbookNewSheetEventArgs Methods
CXlWorkbookNewSheetEventArgs::CXlWorkbookNewSheetEventArgs
CXlWorkbookNewSheetEventArgs::GetBookName
CXlWorkbookNewSheetEventArgs::GetSheetName
CXlWorkbookNewSheetEventStaticObserver Object
CXlWorkbookNewSheetEventStaticObserver Methods
CXlWorkbookNewSheetEventStaticObserver::CXlWorkbookNewSheetEventStaticObserver
CXlWorkbookOpenEvent Object
CXlWorkbookOpenEvent Methods
CXlWorkbookOpenEvent::CXlWorkbookOpenEvent
CXlWorkbookOpenEventStaticObserver Object
CXlWorkbookOpenEventStaticObserver Methods
CXlWorkbookOpenEventStaticObserver::CXlWorkbookOpenEventStaticObserver
CXlWorkbookOpenEventStaticObserver::Update
CXlWorksheetEventArgs Object
CXlWorksheetEventArgs Methods
CXlWorksheetEventArgs::CXlWorksheetEventArgs
CXlWorksheetEventArgs::GetSheetName
xlpexcept.h
CXlApiException Object
CXlApiException Methods
CXlApiException::CXlApiException
CXlApiException::getApiCallName
CXlApiException::getResultCode
CXlArrayTooLargeException Object
CXlArrayTooLargeException Methods
CXlArrayTooLargeException::CXlArrayTooLargeException
CXlBadOperTypeException Object
CXlBadOperTypeException Methods
CXlBadOperTypeException::CXlBadOperTypeException
CXlChoiceFailedException Object
CXlChoiceFailedException Methods
CXlChoiceFailedException::CXlChoiceFailedException
CXlComException Object
CXlComException Methods
CXlComException::CXlComException
CXlComException::getApiCallName
CXlComException::getResultCode
CXlConversionException Object
CXlConversionException Methods
CXlConversionException::CXlConversionException
CXlElemTraitsNotImplemented Object
CXlElemTraitsNotImplemented Methods
CXlElemTraitsNotImplemented::CXlElemTraitsNotImplemented
CXlEmptyArrayException Object
CXlEmptyArrayException Methods
CXlEmptyArrayException::CXlEmptyArrayException
CXlErrorException Object
CXlErrorException Methods
CXlErrorException::CXlErrorException
CXlErrorException::getXlErr
CXlIllegalArgumentException Object
CXlIllegalArgumentException Methods
CXlIllegalArgumentException::CXlIllegalArgumentException
CXlMemoryAllocationFailedException Object
CXlMemoryAllocationFailedException Methods
CXlMemoryAllocationFailedException::CXlMemoryAllocationFailedException
CXlOutOfRangeException Object
CXlOutOfRangeException Methods
CXlOutOfRangeException::CXlOutOfRangeException
CXlRuntimeException Object
CXlRuntimeException Methods
CXlRuntimeException::CXlRuntimeException
CXlRuntimeException::twhat
CXlRuntimeException::what
CXlRuntimeException::wwhat
CXlStringTooLongException Object
CXlStringTooLongException Methods
CXlStringTooLongException::CXlStringTooLongException
CXlStructuredException Object
CXlStructuredException Methods
CXlStructuredException::CXlStructuredException
CXlStructuredException::getExceptionCode
CXlStructuredExceptionHandler Object
CXlStructuredExceptionHandler Methods
CXlStructuredExceptionHandler::CXlStructuredExceptionHandler
CXlUninitializedOperException Object
CXlUninitializedOperException Methods
CXlUninitializedOperException::CXlUninitializedOperException
CXlUserConversionException Object
CXlUserConversionException Methods
CXlUserConversionException::CXlUserConversionException
Exception macros
::XLEXCEPTION_TRANSLATION
::XLEXCEPTION_TRANSLATION_END
xlpshared.h
CXlLock Object
CXlLock Methods
CXlLock::CXlLock
CXlLock::IsLocked
CXlLock::Lock
CXlLock::Unlock
CXlLockable Object
CXlLockable Methods
CXlLockable::CXlLockable
CXlLockable::Lock
CXlLockable::Unlock
xlpstatehelpers.h
CXlActiveBookRestorer Object
CXlActiveBookRestorer Methods
CXlActiveBookRestorer::CXlActiveBookRestorer
CXlActiveBookRestorer::Restore
CXlActiveBookRestorer::Save
CXlActiveCellRestorer Object
CXlActiveCellRestorer Methods
CXlActiveCellRestorer::CXlActiveCellRestorer
CXlActiveCellRestorer::Restore
CXlActiveCellRestorer::Save
CXlActiveSheetRestorer Object
CXlActiveSheetRestorer Methods
CXlActiveSheetRestorer::CXlActiveSheetRestorer
CXlActiveSheetRestorer::Restore
CXlActiveSheetRestorer::Save
CXlSuspendAutoRecalculation Object
CXlSuspendAutoRecalculation Methods
CXlSuspendAutoRecalculation::CXlSuspendAutoRecalculation
CXlSuspendAutoRecalculation::Restore
CXlSuspendAutoRecalculation::Save
CXlSuspendEcho Object
CXlSuspendEcho Methods
CXlSuspendEcho::CXlSuspendEcho
CXlSuspendError Object
CXlSuspendError Methods
CXlSuspendError::CXlSuspendError
xlpstringarg.h
CXlStringArg Object
CXlStringArg Methods
CXlStringArg::CXlStringArg
CXlStringArg::GetCharPtr
CXlStringArg::GetCharPtrA
CXlStringArg::GetCharPtrW
CXlStringArg::GetStlString
CXlStringArg::GetStlStringA
CXlStringArg::GetStlStringW
CXlStringArg::GetString
CXlStringArg::GetStringA
CXlStringArg::GetStringW
CXlStringArg::HasNarrowString
CXlStringArg::HasWideString
CXlStringArg::operator =
CXlStringArg::operator bool
CXlStringArg::operator const char*
CXlStringArg::operator const wchar_t*
xlserialize.h
CXlCacheBinding<C> Object
CXlCacheBinding<C> Methods
CXlCacheBinding<C>::~CXlCacheBinding
CXlCacheBinding<C>::CXlCacheBinding
CXlCacheBinding<C>::Find
CXlCacheBinding<C>::Ret
CXlInputKey Object
CXlInputKey Methods
CXlInputKey::CXlInputKey
CXlInputKey::operator =
CXlIStream Object
CXlIStream Methods
CXlIStream::CXlIStream
CXlIStream::operator >>
CXlIStream::ReadByteArray
CXlIStrStream Object
CXlIStrStream Methods
CXlIStrStream::CXlIStrStream
CXlOperCache Object
CXlOperCache Methods
CXlOperCache::Add
CXlOperCache::Clear
CXlOperCache::CXlOperCache
CXlOperCache::Find
CXlOperCache::GetMaxSize
CXlOperCache::GetUserCacheFilePath
CXlOperCache::ReduceSize
CXlOperCache::Restore
CXlOperCache::Save
CXlOperCache::Set
CXlOperCache::SetMaxSize
CXlOStream Object
CXlOStream Methods
CXlOStream::CXlOStream
CXlOStream::operator <<
CXlOStream::read_args
CXlOStream::read_args_from_template
CXlOStream::WriteByteArray
CXlOStrStream Object
CXlOStrStream Methods
CXlOStrStream::CXlOStrStream
CXlOStrStream::pcount
CXlOStrStream::str
CXlSerialData Object
CXlSerialData Methods
CXlSerialData::Alloc
CXlSerialData::Attach
CXlSerialData::Clear
CXlSerialData::Compare
CXlSerialData::CopyXlOper
CXlSerialData::CXlSerialData
CXlSerialData::Destroy
CXlSerialData::Detach
CXlSerialData::GetCount
CXlSerialData::GetData
CXlSerialData::GetDataBuffer
CXlSerialData::GetXlOper
CXlSerialData::IsGood
CXlSerialData::MoveFrom
CXlSerialData::operator !=
CXlSerialData::operator <
CXlSerialData::operator <=
CXlSerialData::operator =
CXlSerialData::operator =
CXlSerialData::operator >
CXlSerialData::operator >=
CXlSerialData::ReadArgList
CXlSerialData::ReadArgs
CXlSerialData::Set
xltoolbar.h
CXlToolbar Object
CXlToolbar Methods
CXlToolbar::AddSeparator
CXlToolbar::AddTool
CXlToolbar::AddToolbar
CXlToolbar::AssignToTool
CXlToolbar::CXlToolbar
CXlToolbar::DeleteTool
CXlToolbar::DeleteToolbar
CXlToolbar::EnableTool
CXlToolbar::PressTool
CXlToolbar::SetToolBitmap
CXlToolbar::ShowToolbar
CXlToolbarState Object
CXlToolbarState Methods
CXlToolbarState::Clear
CXlToolbarState::CXlToolbarState
CXlToolbarState::FromString
CXlToolbarState::ToString
xlvaluelistconstraint.h
CXlValueListConstraint<INT_T> Object
CXlValueListConstraint<INT_T> Methods
CXlValueListConstraint<INT_T>::CXlValueListConstraint
CXlValueListConstraint<INT_T>::SetValues
CXlValueListConstraint<INT_T>::Validate
xlwizexui.h
CXlWizExUIArgumentListCreator Object
CXlWizExUIArgumentListCreator Methods
CXlWizExUIArgumentListCreator::CXlWizExUIArgumentListCreator
CXlWizExUIArgumentPopupCreator Object
CXlWizExUIArgumentPopupCreator Methods
CXlWizExUIArgumentPopupCreator::CXlWizExUIArgumentPopupCreator
CXlWizExUIFunctionDescriptor Object
CXlWizExUIFunctionDescriptor Methods
CXlWizExUIFunctionDescriptor::AddList
CXlWizExUIFunctionDescriptor::AddPopup
CXlWizExUIFunctionDescriptor::CXlWizExUIFunctionDescriptor
CXlWizExUIFunctionDescriptor::GetListProvider
CXlWizExUIFunctionDescriptor::GetName
CXlWizExUIFunctionDescriptor::GetPopupProvider
CXlWizExUIFunctionDescriptor::GetUIType
CXlWizExUIFunctionDescriptor::HasExUI
CXlWizExUIFunctionRegistry Object
CXlWizExUIFunctionRegistry Methods
CXlWizExUIFunctionRegistry::AddFunctionDescriptor
CXlWizExUIFunctionRegistry::CXlWizExUIFunctionRegistry
CXlWizExUIFunctionRegistry::FindAddFunctionDescriptor
CXlWizExUIFunctionRegistry::GetFunctionDescriptor
CXlWizExUIFunctionRegistry::GetInstance
CXlWizExUIFunctionRegistry::GetKeyMapping
CXlWizExUIFunctionRegistry::OnCallFunction
CXlWizExUIFunctionRegistry::RequiresExtendedUI
CXlWizExUIFunctionRegistry::SetShouldUseThemes
CXlWizExUIFunctionRegistry::SetSupportsExtendedUI
CXlWizExUIFunctionRegistry::ShouldUseThemes
CXlWizExUIFunctionRegistry::SupportsExtendedUI
CXlWizExUIListProvider Object
CXlWizExUIListProvider Methods
CXlWizExUIListProvider::Add
CXlWizExUIListProvider::Clear
CXlWizExUIListProvider::CXlWizExUIListProvider
CXlWizExUIListProvider::GetCount
CXlWizExUIListProvider::GetListText
CXlWizExUIListProvider::GetValueText
CXlWizExUIListProvider::LoadList
CXlWizExUIPopupProviderBase Object
CXlWizExUIPopupProviderBase Methods
CXlWizExUIPopupProviderBase::CXlWizExUIPopupProviderBase
CXlWizExUIPopupProviderBase::Edit
Enumerations
XLWIZEXUI_KEY_BEHAVIORS
XLWIZEXUI_UITYPES
XLL+ Tools
XLL+ Function Wizard
Windows
Function Wizard Dialog
Function Wizard - Arguments Tab
Function Wizard - Features Tab
Function Wizard - Extensions Tab
Function Wizard - Details Tab
Function Wizard - Preview Tab
Function Wizard - Errors Tab
New Function dialog
New Macro dialog
Argument Details
Argument Details - General Tab
Argument Details - Vector Tab
Argument Details - Matrix Tab
Argument Details - Value List Tab
Argument Details - Extensions Tab
Value List Editor
Excel Formula Wizard Preview
Favorites
Add To Favorites
Favorite Argument Details
New Favorites Folder
License Information
Concurrent License Information
Trial Expired
License Failure
Select Function Dialog
Incompatible Data Version Warning
Commands
Add To Favorite Arguments
Argument Details
Cancel
Copy
Copy Argument
Cut
Cut Argument
Delete
Delete Argument
Favorite Arguments
GoTo Error Location
Group Arguments
Matrix
Move Argument Down
Move Argument Left
Move Argument Right
Move Argument Up
New Argument
New Choice
New Function
New Group
New Macro
OK
Paste
Paste Argument
Preview Formula Wizard
Refresh Preview
Scalar
Select Function
Select Function (Prompt)
Show Advanced Properties
Show Error Details
Undo
Ungroup Arguments
Vector
View Alphabetical Properties
View Arguments
View Categorized Properties
View Container Column
View Default Value Column
View Details
View Errors
View Extensions
View Features
View Optional Column
View Preview
View Resource ID Column
View Row Numbers
XLL+ ToolWindow
Windows
XLL Add-ins Window
Options Pages
General Options Page
Template Settings Options Page
Extensions Options Page
Extensions Window
Function Extension
Code Definition
Parameter
Scalar Type Extension
Export To XML
Extended Type Load Results Window
Imported Assemblies
Import Editor
Initialization Error
Commands
About
Add VersionInfo Function
Collapse All Hidden Regions
Design
Export To XML
Favorite Arguments
Go to function
Import Assemblies
Manage extensions
New Function
New Macro
Options
Preview Formula Wizard
Refresh window
Regenerate functions
Reload extensions
Set Help IDs
Set Up Debugging
Update Help Command Line
Upgrade Project to XLL+ 6
View extensions
View License Information
XLL+ AppWizard
Overview
Application Settings
XLL+ Object Model
Argument
Argument Properties
Argument.CellUseDefault
Argument.ContainerClass
Argument.DefaultValueText
Argument.Description
Argument.FillArray
Argument.Name
Argument.RejectNullArray
Argument.ResourceId
Argument.ShowPopupInFormulaWizard
Argument.ShowValueListInFormulaWizard
Argument.Signature
Argument.TruncateArray
Argument.UBoundInner
Argument.UseDefault
Argument.ValueList
Argument.ValueListIsExclusive
Argument.VectorDirection
Bound
Bound Properties
Bound.Lower
Bound.Upper
Function
Function Properties
Function.ArgumentValueHasPrefix
Function.Availability
Function.CacheResults
Function.CanDeferRecalc
Function.Category
Function.CppNameResolved
Function.CreateAsyncVersion
Function.Description
Function.DoNotCallInFormulaWizard
Function.DoNotCatchStructuredExceptions
Function.EntryPointXL12
Function.EntryPointXL4
Function.ExecutionCanFail
Function.ExportedName
Function.Extensions
Function.HelpId
Function.IsThreadSafe
Function.IsVolatile
Function.ReturnType
Function.TemplateKey
Function.UseAsyncHandleModel
Function.Versions
Group
Group Properties
Group.DescriptionBuilderType
Group.GroupType
Settings
Settings Properties
Settings.CollapseAllSections
Settings.DefaultArgumentType
Settings.DefaultCategory
Settings.DefaultExcelExe
Settings.DefaultExcelVersions
Settings.DefaultFunctionExtensions
Settings.DefaultMatrixContainer
Settings.DefaultTruncateArrayFlags
Settings.DefaultVectorContainer
Settings.EditorIdleInterval
Settings.FavoriteArgumentsFile
Settings.GeneratorClassName
Settings.GeneratorNamespace
Settings.HhcExe
Settings.HhcExeResolved
Settings.IncludeDebugInformation
Settings.IncludeHelpInDebugBuild
Settings.IncludePath
Settings.InstallationFolder
Settings.LibPath
Settings.MaxCharsPerLine
Settings.MaxFunctionsOnMenu
Settings.ShowAdvancedProperties
Settings.SkipHelpBuilderSetup
Settings.TemplatesFolder
Settings.TmpFolder
Settings.ToolsFolder
Settings.UserName
Settings.UserOrganization
Settings.UserSettingsFolder
Schema Reference
XLL+ Extensions Schema
Code Element
Extensions Element
FunctionExtension Element
FunctionExtensions Element
Include Element
Inclusions Element
Insertion Element
Insertions Element
Item Element
Localized Element
LocalizedDescription Element
LocalizedDisplayName Element
Parameter Element
Parameters Element
RejectionMessage Element
ScalarType Element
ScalarTypes Element
XLL+ Help Schema
AdditionalFile Element
Argument Element
Description Element
Function Element
Help Element
Project Element
Remarks Element
ResourceFile Element
Section Element
SeeAlso Element
TextDescription Element
XLL Wrapper Generator Schema
Argument Element
Client Element
Clients Element
ErrorPrefix Element
ErrorPrefixes Element
Function Element
Functions Element
XllWrapper Element
Help Generator
Additional Files
BuildHelp utility
XnReflect utility
.NET Runtime Libraries
XllPlus Namespace
TriValue Enumeration
XlArgumentFlags Enumeration
XlCategory Enumeration
XlExportFilter Enumeration
XlFunctionAvailability Enumeration
XlFunctionFlags Enumeration
XllArgumentAttribute Class
XllArgumentAttribute Members
XllArgumentAttribute Constructor
XllArgumentAttribute Constructor
XllArgumentAttribute Constructor (String)
XllArgumentAttribute Constructor (XlArgumentFlags)
XllArgumentAttribute Constructor (String, XlArgumentFlags)
XllArgumentAttribute Constructor (String, XlArgumentFlags, String)
XllArgumentAttribute Methods
Clone Method
Compare Method
CompareTo Method
IsDefault Method
XllArgumentAttribute Properties
DefaultValue Property
Description Property
ExportedName Property
Flags Property
Handle Property
IsIterable Property
NameToUpperCase Property
Tag Property
ValueList Property
XllAssemblyExportAttribute Class
XllAssemblyExportAttribute Members
XllAssemblyExportAttribute Constructor
XllAssemblyExportAttribute Constructor
XllAssemblyExportAttribute Constructor (String)
XllAssemblyExportAttribute Constructor (XlExportFilter)
XllAssemblyExportAttribute Constructor (String, XlExportFilter)
XllAssemblyExportAttribute Constructor (String, String, XlExportFilter, TriValue, XlVersions)
XllAssemblyExportAttribute Methods
Clone Method
Compare Method
IsDefault Method
XllAssemblyExportAttribute Properties
Category Property
CategoryText Property
Filter Property
NamesToUpperCase Property
Prefix Property
Versions Property
XllAttributeOverrides Class
XllAttributeOverrides Members
XllAttributeOverrides Constructor
XllAttributeOverrides Fields
XmlNamespace Field
XllAttributeOverrides Methods
Add Method
Clone Method
ContainsKey Method
Merge Method
Normalize Method
Remove Method
XllAttributeOverrides Properties
ArchiveVersion Property
AssemblyFile Property
Entries Property
Item Property
XllAttributeOverrides.Pair Class
XllAttributeOverrides.Pair Members
XllAttributeOverrides.Pair Properties
Key Property
Value Property
XllAttributes Class
XllAttributes Members
XllAttributes Constructor
XllAttributes Methods
Clone Method
Compare Method
CompareTo Method
IsDefault Method
Normalize Method
XllAttributes Properties
XllArgument Property
XllAssembly Property
XllClassExport Property
XllFunction Property
XllIgnore Property
XllMacro Property
XllClassExportAttribute Class
XllClassExportAttribute Members
XllClassExportAttribute Constructor
XllClassExportAttribute Constructor
XllClassExportAttribute Constructor (String)
XllClassExportAttribute Constructor (XlExportFilter)
XllClassExportAttribute Constructor (String, XlExportFilter)
XllClassExportAttribute Constructor (String, XlExportFilter, TriValue)
XllClassExportAttribute Methods
Clone Method
Compare Method
IsDefault Method
XllClassExportAttribute Properties
Category Property
CategoryText Property
Filter Property
MenuCaption Property
NamesToUpperCase Property
Prefix Property
Versions Property
XllFunctionAttribute Class
XllFunctionAttribute Members
XllFunctionAttribute Constructor
XllFunctionAttribute Constructor
XllFunctionAttribute Constructor (String)
XllFunctionAttribute Constructor (XlFunctionFlags)
XllFunctionAttribute Constructor (String, XlFunctionFlags)
XllFunctionAttribute Constructor (String, XlFunctionFlags, String, Boolean, String)
XllFunctionAttribute Methods
Clone Method
Compare Method
CompareTo Method
CreateDefault Method
IsDefault Method
XllFunctionAttribute Properties
Availability Property
Category Property
CategoryText Property
Default Property
Description Property
ExportedName Property
Flags Property
NameToUpperCase Property
Prefix Property
ReturnsHandle Property
ShouldExport Property
Tag Property
TemplateName Property
Versions Property
XllIgnoreAttribute Class
XllIgnoreAttribute Members
XllIgnoreAttribute Constructor
XllIgnoreAttribute Methods
Clone Method
XllMacroAttribute Class
XllMacroAttribute Members
XllMacroAttribute Constructor
XllMacroAttribute Constructor
XllMacroAttribute Constructor (String)
XllMacroAttribute Constructor (String, Int32, String)
XllMacroAttribute Methods
Clone Method
Compare Method
IsDefault Method
XllMacroAttribute Properties
MenuCaption Property
MenuResourceId Property
XlVersions Enumeration
XLL Wrapper Generator
Getting Started
Creating a wrapper project
Model files
Wrapper classes
Information files
The build process
Client applications
Deploying wrapper libraries
Walkthroughs
Creating a wrapper for an add-in built using XLL+
Samples
ApiTest sample
Information files
XllWrapper element
Clients element
Client element
ErrorPrefixes element
ErrorPrefix element
Functions element
Function element
Argument element
Tools
CWGENCLS
CWGENINF
XLLQUERY
XllPlus.ComWrappers.Runtime Namespace
AddinWrapperBase Class
AddinWrapperBase Members
AddinWrapperBase Constructor
AddinWrapperBase Methods
CheckEngine Method
CombineVectorGroup Method
DateFromExcel Method
DatesFromExcel1d Method
DatesFromExcel2d Method
DatesToExcel1d Method
DatesToExcel2d Method
DateToExcel Method
Dispose Method
LoadXll Method
Unwrap Method
AddinWrapperBase Properties
Engine Property
ExcelWrapperEngine Class
ExcelWrapperEngine Members
ExcelWrapperEngine Constructor
ExcelWrapperEngine Methods
Attach Method
CallExcel Method
CallExcelWithErrorCheck Method
Create Method
DateFromExcel Method
DateToExcel Method
Destroy Method
Detach Method
Dispose Method
LoadXll Method
IExcelWrapperEngine Interface
IExcelWrapperEngine Members
IExcelWrapperEngine Methods
Attach Method
CallExcel Method
CallExcelWithErrorCheck Method
Create Method
DateFromExcel Method
DateToExcel Method
Destroy Method
Detach Method
LoadXll Method
IWrapperEngine Interface
IWrapperEngine Members
IWrapperEngine Methods
CallExcel Method
CallExcelWithErrorCheck Method
DateFromExcel Method
DateToExcel Method
LoadXll Method
XllWrapperException Class
XllWrapperException Members
XllWrapperException Constructor
XllWrapperException Constructor (String)
XllWrapperException Constructor (String, Exception)
Technical notes
XLL+ Change History
Registry Settings
Conversion functions
Project settings
Runtime dependencies
.NET requirements
Adapter classes for imtx<T>
Arguments that contain entire columns
Bounded input arrays
Comparison of CXlOper and CXlArray
Compiler Error C1083
Data types
Error codes
Excel built-in function numbers (Alphabetical order)
Excel built-in function numbers (Numeric order)
Functions with no arguments have no description in the Excel Formula Wizard
Limits of argument descriptions
Linker Error LNK2005
Microsoft Excel 4 Function Reference
Requirements
ResHelp.cpp
System limits
Visual Studio .NET and Visual Studio 2005
XLL+ User Guide - Old Topics
Real-time data overview
Real-time data requirements
Flow
ThreadManager class
RTD mechanism
AvgOptData class
AvgOptDataCache class
Converting a project to RTD
Step 1 - Remove argument cache
Step 2 - Insert AvgOptDataCache
Step 3 - Add a worker thread
Step 4 - Modify add-in function
Step 5 - Modify "Clear cache" command
Using the function in a spreadsheet
Tuning RTD
Further enhancements
COM server module: XllRtdLink
Object handles
Object handles using pointers
Object handles using references and cached data