[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TabStopCollection.Delete

Delete Method

Delete(TabStop)

Deletes a TabStop from the collection.

Declaration
public void Delete(TabStop tabStop)
Public Sub Delete(tabStop As TabStop)
Parameters
Type Name Description
TabStop tabStop

The TabStop to delete.

Remarks

This method only allows deleting tab stops that are not inherited from a previous level of the hierarchy. So after deleting there may be another active tab stop at this position that is inherited. To stop propagation of active tab stops at this position just add a new tab stop with Clear.