Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Setup Class / noOrient Property


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