Range.InsertAlignmentTab(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.