Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Frame Class / fAutoSize Property


In This Topic
    fAutoSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fAutoSize As Boolean
    'Usage
     
    
    Dim instance As Frame
    Dim value As Boolean
     
    instance.fAutoSize = value
     
    value = instance.fAutoSize
    public bool fAutoSize {get; set;}
    See Also