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