ICell

Overview

ICell is a interface in Aspose.Slides FOSS for .NET.

Represents a single cell in a table.

Properties: AnchorCenter, AsIPresentationComponent, AsISlideComponent, CellFormat, ColSpan, FirstColumn, and 20 more.

Properties

NameTypeAccessDescription
OffsetXfloatReadGets the horizontal offset of the cell from the left edge of the table, in points.
OffsetYfloatReadGets the vertical offset of the cell from the top edge of the table, in points.
FirstRowIndexintReadGets the zero-based index of the first row covered by this cell.
FirstColumnIndexintReadGets the zero-based index of the first column covered by this cell.
WidthfloatReadGets the total width of the cell in points, accounting for column span.
HeightfloatReadGets the total height of the cell in points, accounting for row span.
MinimalHeightfloatReadGets the minimal height of the cell in points.
MarginLeftfloatRead/WriteGets or sets the left margin of the cell in points.
MarginRightfloatRead/WriteGets or sets the right margin of the cell in points.
MarginTopfloatRead/WriteGets or sets the top margin of the cell in points.
MarginBottomfloatRead/WriteGets or sets the bottom margin of the cell in points.
TextVerticalTypeTextVerticalTypeRead/WriteGets or sets the text vertical type of the cell.
TextAnchorTypeTextAnchorTypeRead/WriteGets or sets the text anchor type of the cell.
AnchorCenterboolRead/WriteGets or sets whether text is centered at the anchor point.
FirstRowIRowReadGets the first row of this cell.
FirstColumnIColumnReadGets the first column of this cell.
ColSpanintReadGets the column span of this cell.
RowSpanintReadGets the row span of this cell.
TextFrameITextFrame?ReadGets the text frame of this cell.
TableITableReadGets the parent table.
IsMergedCellboolReadGets whether this cell is part of a merge operation.
CellFormatICellFormatReadGets the cell format.
SlideIBaseSlide?ReadGets the owning slide.
PresentationIPresentation?ReadGets the owning presentation.
AsISlideComponentISlideComponentReadReturns this instance as an ISlideComponent.
AsIPresentationComponentIPresentationComponentReadReturns this instance as an IPresentationComponent.

See Also