New Objects

Microsoft Excel Visual Basic

Show All Show All

New Objects

For the latest information about programming with Microsoft Excel, including product news, technical articles, downloads, and samples, visit the Microsoft Office Developer Center on the Microsoft Developer Network (MSDN) Web site.

The following table lists objects added to the Microsoft Office Excel 2003 object model.

Object Description
ListColumn Represents a column in a list. The ListColumn object is a member of the ListColumns collection. The ListColumns collection contains all the columns in a list (ListObject object).
ListColumns A collection of all the ListColumn objects in the specified ListObject object. Each ListColumn object represents a column in the list.
ListDataFormat The ListDataFormat object holds all the data type properties of the ListColumn object.
ListObject Represents a list object on a worksheet. The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet.
ListObjects A collection of all the ListObject objects on a worksheet. Each ListObject object represents a list in the worksheet.
ListRow Represents a row in a List object. The ListRow object is a member of the ListRows collection. The ListRows collection contains all the rows in a list object.
ListRows A collection of all the ListRow objects in the specified ListObject object. Each ListRow object represents a row in the list.
XmlDataBinding Represents the connection to the source data for an XmlMap object.
XmlMap Represents an XML map that has been added to a workbook.
XmlMaps Represents the collection of XmlMap objects that have been added to a workbook.
XmlNamespace Represents a namespace that has been added to a workbook.
XmlNamespaces Represents the collection of XmlNamespace objects in a workbook.
XmlSchema Represents an XML schema contained by an XmlMap object.
XmlSchemas Represents the collection of XmlSchema objects contained by an XmlMap object.
XPath Represents an XPath that has been mapped to a Range or ListColumn object.