Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSP Class / fFlipV Property


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