Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / AutoSize Property


In This Topic
    AutoSize Property (ITextFrame)
    In This Topic
    Syntax
    'Declaration
     
    Property AutoSize As Boolean
    'Usage
     
    Dim instance As ITextFrame
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    bool AutoSize {get; set;}
    See Also