Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TabStopCollection Class / Clear Method

In This Topic
    Clear Method (TabStopCollection)
    In This Topic
    Deletes all custom tab stops.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    Remarks
    This method clears only tab stops that are not inherited from previous level of hierarchy. So after clearing some active tab stops might remains from previous level of hierarchy. To stop propagation of active tab stops at that positions just add new tab stops with TabStopAlignment.Clear.
    See Also