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

Latest commit

 

History

History
14 lines (11 loc) · 589 Bytes

File metadata and controls

14 lines (11 loc) · 589 Bytes
layout page
title Excel-DNA Reference

Helper classes/enums of ExcelDna.Integration

  • ExcelReference: contains a sheet reference. Get/SetValue to read/write to the cells.
  • ExcelError: an enum listing the different Excel errors
  • ExcelDnaUtil: contains Application property (for COM access), WindowHandle and IsInFunctionWizard, ExcelVersion, ExcelLimits.

Helper classes/enums of ExcelDna.Integration.CustomUI

  • ExcelCommandBarUtil - has LoadCommandBars method to laod command bar xml from a string.
  • CustomTaskPaneFactory - creates CustomTaskPanes.