The ADO MD Cell object represents the data at the intersection of axis positions (coordinates) contained in a cellset.
To display an entire cellset, have code that loops through each position in each axis. The heart of the loop will be some code to extract the value of a particular cell for display. Here is VBS code at the heart:
Response.Write cst1(intPositionInAxis_0_x_column, intPositionInAxis_1_y_row).FormattedValue
| Properties | Collections | Methods | Events |
|---|---|---|---|
|
|
|
|
Here are some of the properties available through the Properties collection:
| 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. |
Page Modified: (Hand noted: 2007-10-10 19:48:36Z) (Auto noted: 2010-12-24 22:50:33Z)