ParagraphFormatClass.IndentCharWidth Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Sub IndentCharWidth ( _
Count As Short _
)
'Usage
Dim instance As ParagraphFormatClass
Dim Count As Short
instance.IndentCharWidth(Count)
public virtual void IndentCharWidth(
short Count
)
Parameters
- Count
Type: System.Int16
Implements
_ParagraphFormat.IndentCharWidth(Int16)