Cell Object (ADO MD)
ADO 2.5 MD API Reference

Cell Object

Represents the data at the intersection of axis coordinates contained in a cellset.






Remarks

A Cell object is returned by the Item property of a Cellset object.

With the collections and properties of a Cell object, you can do the following:

The Properties collection contains provider-supplied properties. The following table lists properties that might be available. The actual property list may differ depending upon the implementation of the provider. See the documentation for your provider for a more complete list of available properties.

Name Description
BackColor Background color used when displaying the cell.
FontFlags Bitmask detailing effects on the font.
FontName Font used to display the cell value.
FontSize Font size used to display the cell value.
ForeColor Foreground color used when displaying the cell.
FormatString Value in a formatted string.

See Also

VBScript Example

Properties, Methods, and Events | Cellset Object | Positions Collection | Properties Collection

© 1998-2003 Microsoft Corporation. All rights reserved.