Office Excel 2003 VBA Language Reference
New Objects [Excel 2003 VBA Language Reference]

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.

ObjectDescription
ListColumnRepresents 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).
ListColumnsA collection of all the ListColumn objects in the specified ListObject object. Each ListColumn object represents a column in the list.
ListDataFormatThe ListDataFormat object holds all the data type properties of the ListColumn object.
ListObjectRepresents 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.
ListObjectsA collection of all the ListObject objects on a worksheet. Each ListObject object represents a list in the worksheet.
ListRowRepresents 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.
ListRowsA collection of all the ListRow objects in the specified ListObject object. Each ListRow object represents a row in the list.
XmlDataBindingRepresents the connection to the source data for an XmlMap object.
XmlMapRepresents an XML map that has been added to a workbook.
XmlMapsRepresents the collection of XmlMap objects that have been added to a workbook.
XmlNamespaceRepresents a namespace that has been added to a workbook.
XmlNamespacesRepresents the collection of XmlNamespace objects in a workbook.
XmlSchemaRepresents an XML schema contained by an XmlMap object.
XmlSchemasRepresents the collection of XmlSchema objects contained by an XmlMap object.
XPathRepresents an XPath that has been mapped to a Range or ListColumn object.




Page view tracker