_ParagraphFormat.IndentCharWidth(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.
Indents one or more paragraphs by a specified number of characters.
public:
void IndentCharWidth(short Count);
public void IndentCharWidth (short Count);
abstract member IndentCharWidth : int16 -> unit
Public Sub IndentCharWidth (Count As Short)
Parameters
- Count
- Int16
Required Short. The number of characters by which the specified paragraphs are to be indented.
Remarks
Using this method is equivalent to clicking the Increase Indent button on the Formatting toolbar.