Range.CharacterWidth Property
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.
Returns or sets the character width of the specified range.
public:
property Microsoft::Office::Interop::Word::WdCharacterWidth CharacterWidth { Microsoft::Office::Interop::Word::WdCharacterWidth get(); void set(Microsoft::Office::Interop::Word::WdCharacterWidth value); };
public Microsoft.Office.Interop.Word.WdCharacterWidth CharacterWidth { get; set; }
member this.CharacterWidth : Microsoft.Office.Interop.Word.WdCharacterWidth with get, set
Public Property CharacterWidth As WdCharacterWidth