Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / FitText Property

In This Topic
    FitText Property
    In This Topic
    Gets or sets a value indicating whether to fit text in a cell, compressing each paragraph to the width of the cell.
    Syntax
    'Declaration
     
    Public Property FitText As System.Boolean
    public System.bool FitText {get; set;}
    See Also