Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Delete Method
The TabStop to delete.

In This Topic
    Delete Method (TabStopCollection)
    In This Topic
    Deletes a TabStop from the collection.
    Syntax
    'Declaration
     
    Public Sub Delete( _
       ByVal tabStop As TabStop _
    ) 
    public void Delete( 
       TabStop tabStop
    )

    Parameters

    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 TabStopAlignment.Clear.
    See Also