Back to Devexpress

Table Members

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

latest6.9 KB
Original Source

Table Members

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

Constructors

NameDescription
Table(IEnumerable<TableRow>, IEnumerable<TableColumn>, Single, Single)Initializes a new instance of the Table class with specified settings.
Table(Int32, Int32, Single, Single, Single, Single)Initializes a new instance of the Table class with specified settings.

Properties

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.

Methods

NameDescription
Clone()Clones the current Table instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetActiveCells(TableTraversalOrder)Returns all active cells in the table, skipping merged cells that do not display data.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
MergeCells(TableCell, TableCell)Merges two adjacent table cells into one cell.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateLayout()Recalculates the table layout based on its cell content.

See Also

Table Class

DevExpress.Docs.Presentation Namespace