Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / usePage Property


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