[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ITextRange.Delete

Delete Method

Delete()

Deletes from parent.

Declaration
void Delete()
Sub Delete()
Examples
ITextRange body = shape.TextFrame.TextRange;
ITextRange paragraph = body.Paragraphs.Add("Draft note");
paragraph.Delete();