Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtCmo Class / fDefaultSize Property


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