DataTable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a chart data table.
public interface class DataTable
[System.Runtime.InteropServices.Guid("00020843-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface DataTable
Public Interface DataTable
- Attributes
Remarks
Use the DataTable property to return a DataTable object.
Properties
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. |
Methods
Delete() |
Deletes the object. |
Select() |
Selects the object. |