PreviousTableCellProperties.TableCellFitText Property
TableCellFitText.Represents the element tag in schema: w:tcFitText
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TableCellFitText As TableCellFitText
Get
Set
'Usage
Dim instance As PreviousTableCellProperties
Dim value As TableCellFitText
value = instance.TableCellFitText
instance.TableCellFitText = value
public TableCellFitText TableCellFitText { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.TableCellFitText
See Also
Reference
PreviousTableCellProperties Class