TableCellProperties.NoWrap Property
NoWrap.Represents the element tag in schema: w:noWrap
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property NoWrap As NoWrap
Get
Set
'Usage
Dim instance As TableCellProperties
Dim value As NoWrap
value = instance.NoWrap
instance.NoWrap = value
public NoWrap NoWrap { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.NoWrap