TableCellFormatClearFormatting Method |
Clears the formatting.
Namespace:
GemBox.Document.Tables
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic override void ClearFormatting()
Public Overrides Sub ClearFormatting
Remarks
This method will clear all directly set formatting values. When retrieving formatting value, they can still come from other sources, as explained in
formattings and styles article.
See Also