Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentMark Class / Delete Method

In This Topic
    Delete Method (ContentMark)
    In This Topic
    Overridden. This method always throws an exception, because a ContentMark cannot be deleted - it is deleted automatically with its owner.
    Syntax
    'Declaration
     
    Public Overrides Sub Delete() 
    public override void Delete()
    Exceptions
    ExceptionDescription
    Raises at every attempt to execute this method.
    See Also