_ParagraphFormat.TabIndent(Int16) 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.
Sets the left indent for the specified paragraphs to a specified number of tab stops.
public:
void TabIndent(short Count);
public void TabIndent (short Count);
abstract member TabIndent : int16 -> unit
Public Sub TabIndent (Count As Short)
Parameters
- Count
- Int16
Required Short. The number of tab stops to indent (if positive) or the number of tab stops to remove from the indent (if negative).
Remarks
This method can also be used to remove the indent if the value of Count
is a negative number.