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

In This Topic
    AutofitToFirstFixedWidthCell Property
    In This Topic
    Gets or sets whether to allow table columns to exceed preferred widths of constituent cells.
    Syntax
    'Declaration
     
    Public Property AutofitToFirstFixedWidthCell As System.Boolean
    public System.bool AutofitToFirstFixedWidthCell {get; set;}
    See Also