Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / fMove Property


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