WdUnits Enumeration

Specifies a unit of measure to use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdUnits
'Usage
Dim instance As WdUnits
public enum WdUnits

Members

Member name Description
wdCharacter A character.
wdWord A word.
wdSentence A sentence.
wdParagraph A paragraph.
wdLine A line.
wdStory A story.
wdScreen The screen dimensions.
wdSection A section.
wdColumn A column.
wdRow A row.
wdWindow A window.
wdCell A cell.
wdCharacterFormatting Character formatting.
wdParagraphFormatting Paragraph formatting.
wdTable A table.
wdItem The selected item.

See Also

Reference

Microsoft.Office.Interop.Word Namespace