Paragraphs.TabIndent(Int16) Method

Definition

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

Can also be used to remove the indent if the value of Count is a negative number.

Applies to