PreviousTablePropertyExceptions.TableCellSpacing Property
Table Cell Spacing Exception.Represents the element tag in schema: w:tblCellSpacing
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableCellSpacing As TableCellSpacing
Get
Set
'Usage
Dim instance As PreviousTablePropertyExceptions
Dim value As TableCellSpacing
value = instance.TableCellSpacing
instance.TableCellSpacing = value
public TableCellSpacing TableCellSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing
Returns TableCellSpacing.
See Also
Reference
PreviousTablePropertyExceptions Class