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)

Usage

Dim wdUnits1 As WdUnits = WdUnits.wdCell

Syntax

Public Enum WdUnits
public enum WdUnits
public enum class WdUnits
public enum WdUnits
public enum WdUnits

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace