Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / StopAnnotationMode Method


In This Topic
    StopAnnotationMode Method
    In This Topic
    Stops annotation mode.
    Syntax
    'Declaration
     
    
    Public Function StopAnnotationMode() As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    value = instance.StopAnnotationMode()
    public bool StopAnnotationMode()
    See Also