xlld.worksheet

Interface for registering worksheet functions with Excel

Members

Aliases

Register
alias Register = Optional

A user-facing name to use as an UDA to decorate D functions. Any arguments passed to its constructor will be used to register the function with the spreadsheet.

Mixins

__anonymous
mixin ST!"TypeText"
Undocumented in source.
__anonymous
mixin ST!"FunctionText"
Undocumented in source.
__anonymous
mixin ST!"ArgumentText"
Undocumented in source.
__anonymous
mixin ST!"MacroType"
Undocumented in source.
__anonymous
mixin ST!"Category"
Undocumented in source.
__anonymous
mixin ST!"ShortcutText"
Undocumented in source.
__anonymous
mixin ST!"HelpTopic"
Undocumented in source.
__anonymous
mixin ST!"FunctionHelp"
Undocumented in source.
__anonymous
mixin ST!("ArgumentHelp", wstring[])
Undocumented in source.

Structs

Optional
struct Optional

Optional arguments that can be set by a function author, but don't necessarily have to be.

Procedure
struct Procedure
Undocumented in source.
WorksheetFunction
struct WorksheetFunction

The arguments used to register a worksheet function with the spreadsheet.

Meta