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