TableProperties.TableCellSpacing Property

TableCellSpacing.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 TableProperties
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

TableProperties Class

TableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace