TableCellFormat Class
Represents a set of formatting options that can be applied to a TableCell.
- Inheritance:
- System.ObjectTableCellFormat
Properties
BottomBorderLine
Gets or sets the table cell bottom border line.
public LineFormat BottomBorderLine { get; set; }
Public Property BottomBorderLine As LineFormat
Property Value
The table cell bottom border line.
DiagonalDownBorderLine
Gets or sets the table cell border line that goes from top-left corner to bottom-right corner.
public LineFormat DiagonalDownBorderLine { get; set; }
Public Property DiagonalDownBorderLine As LineFormat
Property Value
The table cell border line that goes from top-left corner to bottom-right corner.
DiagonalUpBorderLine
Gets or sets the table cell border line that goes from bottom-left corner to top-right corner.
public LineFormat DiagonalUpBorderLine { get; set; }
Public Property DiagonalUpBorderLine As LineFormat
Property Value
The table cell border line that goes from bottom-left corner to top-right corner.
Fill
Gets or sets the table cell shading.
Property Value
The table cell shading.
LeftBorderLine
Gets or sets the table cell left border line.
Property Value
The table cell left border line.
RightBorderLine
Gets or sets the table cell right border line.
public LineFormat RightBorderLine { get; set; }
Public Property RightBorderLine As LineFormat
Property Value
The table cell right border line.
TopBorderLine
Gets or sets the table cell top border line.
Property Value
The table cell top border line.