C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Remove Method
The object to remove.

In This Topic
Remove Method (TabPositionCollection)
In This Topic
Removes a TabPosition object from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal tabPosition As TabPosition _
) 
 

Parameters

tabPosition
The object to remove.
See Also