TableStyleConditionalFormattingTableProperties.TableCellSpacing Property
TableCellSpacing.Represents the element tag in schema: w:tblCellSpacing
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property TableCellSpacing As TableCellSpacing
Get
Set
'使用
Dim instance As TableStyleConditionalFormattingTableProperties
Dim value As TableCellSpacing
value = instance.TableCellSpacing
instance.TableCellSpacing = value
public TableCellSpacing TableCellSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing
See Also
Reference
TableStyleConditionalFormattingTableProperties Class