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

In This Topic
    Delete Method (Range)
    In This Topic
    Clears all content in the range including bound markers.

    If the range is not a PersistentRange, it cannot be used after this method is called.

    Syntax
    'Declaration
     
    Public Sub Delete() 
    public void Delete()
    See Also