DataTable Members
Include Protected Members
Include Inherited Members
Represents a chart data table.
The DataTable type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Excel application. | |
AutoScaleFont | True if the text in the object changes font size when the object size changes. The default value is True. | |
Border | Returns a Border object that represents the border of the object. | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Font | Returns a Font object that represents the font of the specified object. | |
Format | Returns the ChartFormat object. Read-only. | |
HasBorderHorizontal | True if the chart data table has horizontal cell borders. | |
HasBorderOutline | True if the chart data table has outline borders. | |
HasBorderVertical | True if the chart data table has vertical cell borders. | |
Parent | Returns the parent object for the specified object. | |
ShowLegendKey | True if the data label legend key is visible. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. | |
Select | Selects the object. |
Top