Back to Devexpress

TableCell Members

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

latest5.7 KB
Original Source

TableCell Members

A cell in a slide’s table.

Constructors

NameDescription
TableCell()Initializes a new instance of the TableCell class.

Properties

NameDescription
BottomBorderGets or sets the cell bottom border settings.
BottomMarginGets or sets the bottom margin of a table cell.
ColumnSpanReturns the number of columns spanned by the current TableCell instance.
DiagonalDownBorderGets or sets the cell diagonal down border settings.
DiagonalUpBorderGets or sets the cell diagonal up border settings.
FillGets or sets the table cell fill settings.
HorizontalAnchorCenterGets or sets a value indicating whether the horizontal anchor of the cell is centered.
IsMergedHorizontallyIndicates whether the current cell is merged horizontally with other cells.
IsMergedVerticallyIndicates whether the current cell is merged vertically with other cells.
LeftBorderGets or sets the cell left border settings.
LeftMarginGets or sets the left margin of a table cell.
RightBorderGets or sets the cell right border settings.
RightMarginGets or sets the right margin of a table cell.
RowSpanReturns the number of rows spanned by the current TableCell instance.
TextAreaGets or sets the table cell text box that allows you specify cell content and its formatting.
TextVerticalTypeGets or sets the vertical text orientation in a table cell.
TopBorderGets or sets the cell top border settings.
TopMarginGets or sets the top margin of a table cell.
VerticalAnchorTypeGets or sets the vertical anchor type of the cell.

Methods

NameDescription
Clone()Clones the current TableCell 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.
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.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Split(Int32, Int32)Splits the cell into the specified number of rows and columns.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TableCell Class

DevExpress.Docs.Presentation Namespace