Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoAction Class / DeleteThreadedComment Method


In This Topic
    DeleteThreadedComment Method
    In This Topic
    Create action delete current active threaded comment.
    Syntax
    'Declaration
     
    
    Public Shared Function DeleteThreadedComment() As UndoAction
    'Usage
     
    
    Dim value As UndoAction
     
    value = UndoAction.DeleteThreadedComment()
    public static UndoAction DeleteThreadedComment()
    See Also