Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / AutoSize Property


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