Range.InsertAlignmentTab(Int32, Int32) Method

Definition

Inserts an absolute tab that is always positioned in the same spot, relative to either the margins or indents.

public void InsertAlignmentTab (int Alignment, int RelativeTo = 0);
abstract member InsertAlignmentTab : int * int -> unit
Public Sub InsertAlignmentTab (Alignment As Integer, Optional RelativeTo As Integer = 0)

Parameters

Alignment
Int32

Required Integer Indicates the type of alignment—left, center, or right—for the tab stop. Can be one of the WdAlignmentTabAlignment constants.

RelativeTo
Int32

Required Integer Indicates whether the tab stop is relative to the margins or to the paragraph indents. Can be one of the WdAlignmentTabRelative constants.

Applies to