'Declaration Public Overloads Function InsertTab( _ ByVal alignment As TabAlignment, _ ByVal leader As TabLeader, _ ByVal relativeTo As TabRelativeTo, _ ByVal location As InsertLocation _ ) As Tab
public Tab InsertTab( TabAlignment alignment, TabLeader leader, TabRelativeTo relativeTo, InsertLocation location )
Parameters
- alignment
- The tab alignment.
- leader
- The tab leader character.
- relativeTo
- The extent to calculate the position of the tab.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Tab.