Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document.Export.Ssrs Namespace / WordExporter Class / AutoFit Property

In This Topic
    AutoFit Property (WordExporter)
    In This Topic
    Gets or sets a value defining how an AutoFit value will be specified for tables in generated Word file. The default value is WordTableAutoFitMode.Default.
    Syntax
    'Declaration
     
    Public Property AutoFit As WordTableAutoFitMode
    public WordTableAutoFitMode AutoFit {get; set;}
    See Also