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

In This Topic
    DifferentiateMultirowTableHeaders Property
    In This Topic
    Gets or sets whether the conditional formatting of table row headers does apply separately to multi-row table headers.
    Syntax
    'Declaration
     
    Public Property DifferentiateMultirowTableHeaders As System.Boolean
    public System.bool DifferentiateMultirowTableHeaders {get; set;}
    See Also