Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TablePosition Class / AllowOverlap Property

In This Topic
    AllowOverlap Property (TablePosition)
    In This Topic
    Gets or sets a value indicating whether the current table shall allow other floating tables to overlap its extents when the tables are displayed in a document. If true, then no adjustment shall be made to prevent tables whose properties would normally cause them to overlap from overlapping when displayed. If false, then the tables shall be adjusted as needed to prevent them from overlapping when displayed by adjusting the floating table properties as needed.
    Syntax
    'Declaration
     
    Public Property AllowOverlap As System.Boolean
    public System.bool AllowOverlap {get; set;}
    See Also