TableCell Members
A table cell.Properties
Name | Description |
---|---|
BackgroundColor | Returns the cell’s background color. |
Borders | Returns the cell’s border settings. |
CharacterProperties | Returns formatting settings of characters in the cell. |
ContentHorizontalAlignment | Returns the horizontal alignment of content displayed in the cell. |
ContentVerticalAlignment | Returns the vertical alignment of content in the cell. |
Index | Gets the cell index in a row’s cell collection. |
Interval | Gets the text buffer interval that contains the element. Inherited from DocumentElementBase. |
Margins | Returns the cell’s margin settings. |
ParentRow | Returns the row that contains the current cell. |
Width | Returns the cell’s width settings. |
Methods
Name | Description |
---|---|
ChangePropertiesAsync(Action<TableCellProperties>, CancellationToken) | Sets cell properties. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SplitAsync(Int32, Int32, CancellationToken) | Splits the cell into multiple smaller cells. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also