Compatibility.DoNotSnapToGridInCell Property

Do Not Snap to Document Grid in Table Cells with Objects.Represents the element tag in schema: w:doNotSnapToGridInCell

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DoNotSnapToGridInCell As DoNotSnapToGridInCell
    Get
    Set
'Usage
Dim instance As Compatibility
Dim value As DoNotSnapToGridInCell

value = instance.DoNotSnapToGridInCell

instance.DoNotSnapToGridInCell = value
public DoNotSnapToGridInCell DoNotSnapToGridInCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell
Returns DoNotSnapToGridInCell.

See Also

Reference

Compatibility Class

Compatibility Members

DocumentFormat.OpenXml.Wordprocessing Namespace