Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (28 loc) · 857 Bytes

reference-public-types.md

File metadata and controls

33 lines (28 loc) · 857 Bytes
layout title
page
Excel-DNA Reference: Public types in Excel-DNA library

Intended for use within user code (all in the namepace ExcelDna.Integration) are the following:

Attributes

  • ExcelFunctionAttribute - for user-defined functions Name Description Category (by default the name of the add-in) HelpTopic IsVolatile (! suffix) IsMacroType (# suffix) IsThreadSafe (??? suffix) IsClusterSafe (& suffix)

  • ExcelArgumentAttribute - for the arguments of user-defined functions Name Description AllowReference (R type) - Arguments of type object may receive ExcelReference.

  • ExcelCommandAttribute - for macro commands Name Description HelpTopic ShortCut (does not seem to work ?) MenuName (default is library name) MenuText IsHidden

  • ExcelComClassAttribute