Microsoft Excel 16.0 Object Library Documentation 2021 -

' Add a chart to the worksheet Set chart = ws.Shapes.AddChart.Chart chart.ChartType = xlLine chart.SetSourceData Source:=ws.Range("A1:B10")

Example object hierarchy:

Here are some commonly used methods and properties in the Microsoft Excel 16.0 Object Library: microsoft excel 16.0 object library documentation

To get started with the Microsoft Excel 16.0 Object Library, developers can: ' Add a chart to the worksheet Set chart = ws

The Microsoft Excel 16.0 Object Library is a hierarchical library, meaning that it is organized in a tree-like structure. The library is composed of several top-level objects, including: These objects can be used to automate tasks,

You’re likely looking for the for the Microsoft Excel 16.0 Object Library , which is the type library used when writing VBA (Visual Basic for Applications) code or automating Excel from languages like C#, VB.NET, or Python (via win32com ).

The Microsoft Excel 16.0 Object Library is a COM (Component Object Model) library that provides a set of programmable objects that represent the various components of an Excel application. These objects can be used to automate tasks, create custom tools, and integrate Excel with other applications.

Scroll to Top