Back to Devexpress

Table Properties

officefileapi-devexpress-dot-docs-dot-presentation-dot-table-dot-underscore-properties.md

latest3.5 KB
Original Source

Table Properties

A shape that allows you to create and manipulate tables in a presentation document.

NameDescription
AlternativeTextGets or sets the alternative text for a shape. Inherited from ShapeBase.
ColumnsReturns the collection of columns in the table.
DecorativeIndicates whether the shape is decorative and does not add meaningful content. Inherited from ShapeBase.
EffectsGets or sets the effects applied to the table.
FillGets or sets the fill applied to the table background.
HasBandedColumnsGets or sets whether to highlight alternating columns.
HasBandedRowsGets or sets whether to highlight alternating rows.
HasFirstColumnGets or sets whether to highlight the first column.
HasHeaderRowGets or sets whether to highlight the first row.
HasLastColumnGets or sets whether to highlight the last column.
HasTotalRowGets or sets whether to highlight the last row.
HeightGets or sets the shape height. Inherited from ShapeBase.
Item[Int32, Int32]Gets or sets a table cell by its row and column indices.
NameGets or sets the shape name. Inherited from ShapeBase.
RightToLeftSpecifies whether to change the table layout’s direction to right-to-left.
RowsReturns the collection of rows in the table.
StyleGets or sets the table style.
WidthGets or sets the shape width. Inherited from ShapeBase.
XGets or sets the X-coordinate of the shape. Inherited from ShapeBase.
YGets or sets the Y-coordinate of the shape. Inherited from ShapeBase.

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace