[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.InsertTab

InsertTab Method

InsertTab(InsertLocation)

Inserts a Tab into this collection at a specified location.

Declaration
public Tab InsertTab(InsertLocation location)
Public Function InsertTab(location As InsertLocation) As Tab
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Tab

The inserted Tab.

InsertTab(TabAlignment, InsertLocation)

Inserts a Tab into this collection at a specified location.

Declaration
public Tab InsertTab(TabAlignment alignment, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, location As InsertLocation) As Tab
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Tab

The inserted Tab.

InsertTab(TabAlignment, TabLeader, InsertLocation)

Inserts a Tab into this collection at a specified location.

Declaration
public Tab InsertTab(TabAlignment alignment, TabLeader leader, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, leader As TabLeader, location As InsertLocation) As Tab
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

TabLeader leader

The tab leader character.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Tab

The inserted Tab.

InsertTab(TabAlignment, TabLeader, TabRelativeTo, InsertLocation)

Inserts a Tab into this collection at a specified location.

Declaration
public Tab InsertTab(TabAlignment alignment, TabLeader leader, TabRelativeTo relativeTo, InsertLocation location)
Public Function InsertTab(alignment As TabAlignment, leader As TabLeader, relativeTo As TabRelativeTo, location As InsertLocation) As Tab
Parameters
Type Name Description
TabAlignment alignment

The tab alignment.

TabLeader leader

The tab leader character.

TabRelativeTo relativeTo

The extent to calculate the position of the tab.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Tab

The inserted Tab.