TableCell
CellFormat Property
|
Gets cell format.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CellFormat CellFormat { get; }
Public ReadOnly Property CellFormat As CellFormat
Get
public:
property CellFormat^ CellFormat {
CellFormat^ get ();
}
member CellFormat : CellFormat with get
Property Value
Type:
CellFormat
See Also