Cell Properties |
The Cell type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnchorCenter |
Determines whether or not text box centered inside a cell.
Read/write Boolean.
|
![]() | BorderBottom | Obsolete.
Returns a bottom border line properties object.
Read-only ILineFormat.
|
![]() | BorderDiagonalDown | Obsolete.
Returns a top-left to bottom-right diagonal line properties object.
Read-only ILineFormat.
|
![]() | BorderDiagonalUp | Obsolete.
Returns a bottom-left to top-right diagonal line properties object.
Read-only ILineFormat.
|
![]() | BorderLeft | Obsolete.
Returns a left border line properties object.
Read-only ILineFormat.
|
![]() | BorderRight | Obsolete.
Returns a right border line properties object.
Read-only ILineFormat.
|
![]() | BorderTop | Obsolete.
Returns a top border line properties object.
Read-only ILineFormat.
|
![]() | CellFormat |
Returns the CellFormat object that contains formatting properties for this cell.
Read-only ICellFormat.
|
![]() | ColSpan |
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.
|
![]() | FillFormat | Obsolete.
Returns a cell fill properties object.
Read-only IFillFormat.
|
![]() | FirstColumn |
Gets first column of cell.
Read-only IColumn.
|
![]() | FirstColumnIndex |
Returns an index of first column, covered by the cell.
Read-only Int32.
|
![]() | FirstRow |
Gets first row of cell.
Read-only IRow.
|
![]() | FirstRowIndex |
Returns an index of first row, covered by the cell.
Read-only Int32.
|
![]() | Height |
Returns the height of the cell.
Read-only Double.
|
![]() | IsMergedCell |
Returns true if the cell is merged with any adjusted cell, false otherwise.
Read-only Boolean.
|
![]() | MarginBottom |
Returns or sets the bottom margin in a TextFrame.
Read/write Double.
|
![]() | MarginLeft |
Returns or sets the left margin in a TextFrame.
Read/write Double.
|
![]() | MarginRight |
Returns or sets the right margin in a TextFrame.
Read/write Double.
|
![]() | MarginTop |
Returns or sets the top margin in a TextFrame.
Read/write Double.
|
![]() | MinimalHeight |
Returns the minimum height of a cell.
This is a sum of minimal heights of all rows cowered by the cell.
Read-only Double.
|
![]() | OffsetX |
Returns a distance from left side of a table to left side of a cell.
Read-only Double.
|
![]() | OffsetY |
Returns a distance from top side of a table to top side of a cell.
Read-only Double.
|
![]() | Presentation |
Returns the parent presentation of a cell.
Read-only IPresentation.
|
![]() | RowSpan |
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.
|
![]() | Slide |
Returns the parent slide of a cell.
Read-only IBaseSlide.
|
![]() | Table |
Returns the parent Table object for a cell.
Read-only ITable.
|
![]() | TextAnchorType |
Returns or sets the text anchor type.
Read/write TextAnchorType.
|
![]() | TextFrame |
Returns the text frame of a cell.
Read-only ITextFrame.
|
![]() | TextVerticalType |
Returns or sets the type of vertical text.
Read/write TextVerticalType.
|
![]() | Width |
Returns the width of the cell.
Read-only Double.
|