Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WsBool Class / fFitToPage Property


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