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