IDataTable

IDataTable class

Represents data table properties.

The IDataTable type exposes the following members:

Properties

NameDescription
formatReturns the line, fill, and effect styles of an object.
Read-only IFormat.
has_border_horizontalTrue if the chart data table has horizontal cell borders.
Read/write bool.
has_border_outlineTrue if the chart data table has outline borders.
Read/write bool.
has_border_verticalTrue if the chart data table has vertical cell borders.
Read/write bool.
show_legend_keyTrue if the data label legend key is visible.
Read/write bool.
as_i_formatted_text_containerAllows to get base IFormattedTextContainer interface.
Read-only IFormattedTextContainer.
text_formatReturns chart text format.
Read-only IChartTextFormat.
as_i_chart_componentReturns IChartComponent interface.
Read-only IChartComponent.
chartReturns the chart.
Read-only IChart.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.

See Also