Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormatBase Class / AllowAutoFit Property

In This Topic
    AllowAutoFit Property
    In This Topic
    Gets or sets a value indicating whether automatically resizing cells in a table to fit their contents is allowed.
    Syntax
    'Declaration
     
    Public Property AllowAutoFit As System.Boolean
    public System.bool AllowAutoFit {get; set;}
    See Also