Click or drag to resize

Cell Properties

The Cell type exposes the following members.

Properties
Name Description
Public property AnchorCenter
Indicates whether or not text box centered inside a cell. Read/write Boolean .
Public property BorderBottom
Gets a bottom border line properties object. Read-only TextLineFormat .
Public property BorderBottomDisplayColor
Gets a bottom border display color.
Public property BorderDiagonalDown
Gets a top-left to bottom-right diagonal line properties object. Read-only TextLineFormat .
Public property BorderDiagonalUp
Gets a bottom-left to top-right diagonal line properties object. Read-only TextLineFormat .
Public property BorderLeft
Gets a left border line properties object. Read-only TextLineFormat .
Public property BorderLeftDisplayColor
Gets a left border display color.
Public property BorderRight
Gets a right border line properties object. Read-only TextLineFormat .
Public property BorderRightDisplayColor
Gets a right border display color.
Public property BorderTop
Gets a top border line properties object. Read-only TextLineFormat .
Public property BorderTopDisplayColor
Gets a top border display color.
Public property ColSpan
Gets 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 property DisplayColor
get cell's display color
Public property FillFormat
Gets a cell fill properties object. Read-only FillFormat .
Public property FirstColumnIndex
Gets an index of first column, covered by the cell. Read-only Int32 .
Public property FirstRowIndex
Gets an index of first row, covered by the cell. Read-only Int32 .
Public property Height
Gets the height of the cell. Read-only Double .
Public property MarginBottom
Gets or sets the bottom margin in a TextFrame. Read/write Double .
Public property MarginLeft
Gets or sets the left margin in a TextFrame. Read/write Double .
Public property MarginRight
Gets or sets the right margin in a TextFrame. Read/write Double .
Public property MarginTop
Gets or sets the top margin in a TextFrame. Read/write Double .
Public property MinimalHeight
Gets the minimum height of a cell. This is a sum of minimal heights of all rows cowered by the cell. Read-only Double .
Public property OffsetX
Gets a distance from left side of a table to left side of a cell. Read-only Double .
Public property OffsetY
Gets a distance from top side of a table to top side of a cell. Read-only Double .
Public property Presentation
Gets the parent presentation of a cell. Read-only PresentationPptx .
Public property RowSpan
Gets 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 property Slide
Gets the parent slide of a cell. Read-only ActiveSlide .
Public property TextAnchorType
Gets or sets the text anchor type. Read/write TextAnchorType .
Public property TextFrame
Gets the text frame of a cell. Read-only TextFrameProperties .
Public property VerticalTextType
Gets or sets the type of vertical text. Read/write VerticalTextType .
Public property Width
Gets the width of the cell. Read-only Double .
Top
See Also