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

In This Topic
    AllowSpaceOfSameStyleInTable Property
    In This Topic
    Gets or sets whether to allow space between paragraphs of the same style in a table.
    Syntax
    'Declaration
     
    Public Property AllowSpaceOfSameStyleInTable As System.Boolean
    public System.bool AllowSpaceOfSameStyleInTable {get; set;}
    See Also