Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Visual Studio Tools for Office API Reference
Microsoft.Office.Tools.Excel Namespace (2007 System)

The Microsoft.Office.Tools.Excel namespace contains a set of classes that extend and support the Microsoft Office Excel object model in solutions created by using Visual Studio Tools for Office.

The Microsoft.Office.Tools.Excel namespace includes the following classes:

  ClassDescription
7fzyhc74.pubclass(en-us,VS.90).gifAction Represents a Visual Studio Tools for Office smart tag action in a Microsoft Office Excel workbook.
7fzyhc74.pubclass(en-us,VS.90).gifActionEventArgs Provides data for the Click and BeforeCaptionShow events.
7fzyhc74.pubclass(en-us,VS.90).gifBeforeAddDataBoundRowEventArgs Provides data for the BeforeAddDataBoundRow event.
7fzyhc74.pubclass(en-us,VS.90).gifChart The Chart control is a chart object that exposes events and can be bound to data.
7fzyhc74.pubclass(en-us,VS.90).gifChart..::._HasAxisTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifChartSheet A ChartSheet host item is a worksheet in Excel that contains only a chart and exposes events.
7fzyhc74.pubclass(en-us,VS.90).gifChartSheet..::._HasAxisTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifControlCollection Represents a collection of controls.
7fzyhc74.pubclass(en-us,VS.90).gifControlCollectionEnumerator An enumerator that iterates through the ControlCollection instance.
7fzyhc74.pubclass(en-us,VS.90).gifErrorAddDataBoundRowEventArgs Provides information for the ErrorAddDataBoundRow event.
7fzyhc74.pubclass(en-us,VS.90).gifExcelLocale1033Attribute Specifies whether to pass the locale ID (LCID) 1033 to Microsoft Office Excel for all culture-sensitive calls to the Excel object model, regardless of the locale settings defined for the computer.
7fzyhc74.pubclass(en-us,VS.90).gifExcelLocale1033Proxy Provides methods that modify how a specified native Microsoft Office Excel object passes locale ID (LCID) information to the Excel object model.
7fzyhc74.pubclass(en-us,VS.90).gifListObject The ListObject control displays data in a series of rows and columns.
7fzyhc74.pubclass(en-us,VS.90).gifListObjectNotDataBoundException The exception that is thrown when you use the Disconnect method of a ListObject that is not bound to data.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange A NamedRange control is a range that has a unique name, exposes events, and can be bound to data.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._AddressLocalTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._AddressTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._CharactersTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._EndTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._ItemTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._OffsetTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifNamedRange..::._ResizeTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifOLEObject Represents a linked or embedded control on a worksheet.
7fzyhc74.pubclass(en-us,VS.90).gifOriginalDataRestoredEventArgs Provides data for an OriginalDataRestored event.
7fzyhc74.pubclass(en-us,VS.90).gifSetDataBindingFailedException Represents the exception that is thrown when an attempt to set data binding on the NamedRange control, Chart control, XmlMappedRange control, or ListObject control fails.
7fzyhc74.pubclass(en-us,VS.90).gifSmartTag Represents a smart tag in Microsoft Office Excel.
7fzyhc74.pubclass(en-us,VS.90).gifWorkbook Represents a workbook in a document-level Visual Studio Tools for Office project for Microsoft Office Excel. 
7fzyhc74.pubclass(en-us,VS.90).gifWorkbook..::._ColorsTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifWorksheet The Microsoft.Office.Tools.Excel..::.Worksheet host item is a Worksheet object that exposes events and acts as a container for controls.
7fzyhc74.pubclass(en-us,VS.90).gifWorksheet..::._RangeTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange An XMLMappedRange control is a range that is created when a non-repeating schema element is mapped onto a cell.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._AddressLocalTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._AddressTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._CharactersTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._EndTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._ItemTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._OffsetTypeInfrastructure.
7fzyhc74.pubclass(en-us,VS.90).gifXmlMappedRange..::._ResizeTypeInfrastructure.
  InterfaceDescription
7fzyhc74.pubinterface(en-us,VS.90).gifIListObjectDesignSupportInfrastructure.
  DelegateDescription
7fzyhc74.pubdelegate(en-us,VS.90).gifActionClickEventHandler Represents the method that will handle the Click event of an Action.
7fzyhc74.pubdelegate(en-us,VS.90).gifBeforeAddDataBoundRowEventHandler Represents the method that will handle the BeforeAddDataBoundRow event of a ListObject.
7fzyhc74.pubdelegate(en-us,VS.90).gifBeforeCaptionShowEventHandler Represents the method that will handle the BeforeCaptionShow event of an Action.
7fzyhc74.pubdelegate(en-us,VS.90).gifErrorAddDataBoundRowEventHandler Represents the method that handles an ErrorAddDataboundRow()()() event.
7fzyhc74.pubdelegate(en-us,VS.90).gifListObjectChangeHandler Represents the method that will handle the Change event of a ListObject.
7fzyhc74.pubdelegate(en-us,VS.90).gifOriginalDataRestoredEventHandler Represents a method that handles the OriginalDataRestored event.
7fzyhc74.pubdelegate(en-us,VS.90).gifWorkbookEvents_NewEventHandler Represents the method that will handle the New event of a Workbook.
  EnumerationDescription
7fzyhc74.pubenumeration(en-us,VS.90).gifChangeReason Provides the reason that the original data was restored to a ListObject that is bound to data.
7fzyhc74.pubenumeration(en-us,VS.90).gifChangeType Provides information about how a ListObject control restored data that was changed by a user.
7fzyhc74.pubenumeration(en-us,VS.90).gifFailureReason Provides the reason why the ListObject data binding failed.
7fzyhc74.pubenumeration(en-us,VS.90).gifFormatSettings Specifies the type of formatting that is applied to the ListObject when it is bound to data.
7fzyhc74.pubenumeration(en-us,VS.90).gifListRanges Specifies the range of a ListObject that has changes.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker