Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / StartAnnotationMode Method / StartAnnotationMode(AnnotationMode) Method
An AnnotationMode value indicates how the annotation mode works.


In This Topic
    StartAnnotationMode(AnnotationMode) Method
    In This Topic
    Starts annotation mode.
    Syntax
    'Declaration
     
    
    Public Overloads Sub StartAnnotationMode( _
       ByVal mode As AnnotationMode _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim mode As AnnotationMode
     
    instance.StartAnnotationMode(mode)
    public void StartAnnotationMode( 
       AnnotationMode mode
    )

    Parameters

    mode
    An AnnotationMode value indicates how the annotation mode works.
    See Also