TableFormatDefaultCellSpacing Property |
Gets or sets the default table cell spacing (the spacing between adjacent cells and the edges of the table) for all cells in the parent table.
Namespace:
GemBox.Document.Tables
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1215
Syntaxpublic double DefaultCellSpacing { get; set; }
Public Property DefaultCellSpacing As Double
Get
Set
Property Value
Type:
Double
The default table cell spacing (the spacing between adjacent cells and the edges of the table) for all cells in the parent table.
See Also