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