_ParagraphFormat.IndentFirstLineCharWidth Method
Indents the first line of one or more paragraphs by a specified number of characters.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub IndentFirstLineCharWidth ( _
Count As Short _
)
'Usage
Dim instance As _ParagraphFormat
Dim Count As Short
instance.IndentFirstLineCharWidth(Count)
void IndentFirstLineCharWidth(
short Count
)
Parameters
- Count
Type: System.Int16
Required Short. The number of characters by which the first line of each specified paragraph is to be indented.