Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / AutoMargins Property


In This Topic
    AutoMargins Property
    In This Topic
    Gets or sets whether Spread automatically calculates text frame margins.
    Syntax
    'Declaration
     
    
    Property AutoMargins As Boolean
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As Boolean
     
    instance.AutoMargins = value
     
    value = instance.AutoMargins
    bool AutoMargins {get; set;}
    See Also