Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CompatibilityOptions Class / DoNotSnapToGridInCell Property

In This Topic
    DoNotSnapToGridInCell Property
    In This Topic
    Gets or sets whether to don't snap text to grid inside table with inline objects.
    Syntax
    'Declaration
     
    Public Property DoNotSnapToGridInCell As System.Boolean
    public System.bool DoNotSnapToGridInCell {get; set;}
    See Also