DataTable

DataTable class

Represents data table properties.

getChart

NameDescription
getChart()Returns chart. Read-only IChart.

Result: Chart


getFormat

NameDescription
getFormat()Returns the line, fill, and effect styles of an object. Read-only IFormat.

Result: Format


getParent_Immediate

NameDescription
getParent_Immediate()

getPresentation

NameDescription
getPresentation()Returns the parent presentation of a FillFormat. Read-only IPresentation.

Result: Presentation


getShowLegendKey

NameDescription
getShowLegendKey()True if the data label legend key is visible. Read/write boolean.

Result: boolean


getSlide

NameDescription
getSlide()Returns the parent slide of a FillFormat. Read-only BaseSlide.

Result: Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide


getTextFormat

NameDescription
getTextFormat()Returns text format. Read-only IChartTextFormat.

Result: ChartTextFormat


hasBorderHorizontal

NameDescription
hasBorderHorizontal()True if the chart data table has horizontal cell borders. Read/write boolean.

Result: boolean


hasBorderOutline

NameDescription
hasBorderOutline()True if the chart data table has outline borders. Read/write boolean.

Result: boolean


hasBorderVertical

NameDescription
hasBorderVertical()True if the chart data table has vertical cell borders. Read/write boolean.

Result: boolean


setBorderHorizontal

NameDescription
setBorderHorizontal(boolean)True if the chart data table has horizontal cell borders. Read/write boolean.

setBorderOutline

NameDescription
setBorderOutline(boolean)True if the chart data table has outline borders. Read/write boolean.

setBorderVertical

NameDescription
setBorderVertical(boolean)True if the chart data table has vertical cell borders. Read/write boolean.

setShowLegendKey

NameDescription
setShowLegendKey(boolean)True if the data label legend key is visible. Read/write boolean.