Cell Properties

The Cell type exposes the following members.

Properties
  NameDescription
Public propertyAnchorCenter
Determines whether or not text box centered inside a cell. Read/write Boolean.
Public propertyBorderBottom Obsolete.
Returns a bottom border line properties object. Read-only ILineFormat.
Public propertyBorderDiagonalDown Obsolete.
Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat.
Public propertyBorderDiagonalUp Obsolete.
Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat.
Public propertyBorderLeft Obsolete.
Returns a left border line properties object. Read-only ILineFormat.
Public propertyBorderRight Obsolete.
Returns a right border line properties object. Read-only ILineFormat.
Public propertyBorderTop Obsolete.
Returns a top border line properties object. Read-only ILineFormat.
Public propertyCellFormat
Returns the CellFormat object that contains formatting properties for this cell. Read-only ICellFormat.
Public propertyColSpan
Returns the number of grid columns in the parent table's table grid which shall be spanned by the current cell. This property allows cells to have the appearance of being merged, as they span vertical boundaries of other cells in the table. Read-only Int32.
Public propertyFillFormat Obsolete.
Returns a cell fill properties object. Read-only IFillFormat.
Public propertyFirstColumn
Gets first column of cell. Read-only IColumn.
Public propertyFirstColumnIndex
Returns an index of first column, covered by the cell. Read-only Int32.
Public propertyFirstRow
Gets first row of cell. Read-only IRow.
Public propertyFirstRowIndex
Returns an index of first row, covered by the cell. Read-only Int32.
Public propertyHeight
Returns the height of the cell. Read-only Double.
Public propertyIsMergedCell
Returns true if the cell is merged with any adjusted cell, false otherwise. Read-only Boolean.
Public propertyMarginBottom
Returns or sets the bottom margin in a TextFrame. Read/write Double.
Public propertyMarginLeft
Returns or sets the left margin in a TextFrame. Read/write Double.
Public propertyMarginRight
Returns or sets the right margin in a TextFrame. Read/write Double.
Public propertyMarginTop
Returns or sets the top margin in a TextFrame. Read/write Double.
Public propertyMinimalHeight
Returns the minimum height of a cell. This is a sum of minimal heights of all rows cowered by the cell. Read-only Double.
Public propertyOffsetX
Returns a distance from left side of a table to left side of a cell. Read-only Double.
Public propertyOffsetY
Returns a distance from top side of a table to top side of a cell. Read-only Double.
Public propertyPresentation
Returns the parent presentation of a cell. Read-only IPresentation.
Public propertyRowSpan
Returns the number of rows that a merged cell spans. This is used in combination with the vMerge attribute on other cells in order to specify the beginning cell of a horizontal merge. Read-only Int32.
Public propertySlide
Returns the parent slide of a cell. Read-only IBaseSlide.
Public propertyTable
Returns the parent Table object for a cell. Read-only ITable.
Public propertyTextAnchorType
Returns or sets the text anchor type. Read/write TextAnchorType.
Public propertyTextFrame
Returns the text frame of a cell. Read-only ITextFrame.
Public propertyTextVerticalType
Returns or sets the type of vertical text. Read/write TextVerticalType.
Public propertyWidth
Returns the width of the cell. Read-only Double.
See Also