Share via


TextRange2.LanguageID Property

Gets or sets the MsoLanguageID value of the TextRange2 object. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property LanguageID As MsoLanguageID
    Get
    Set
'Usage
Dim instance As TextRange2
Dim value As MsoLanguageID

value = instance.LanguageID

instance.LanguageID = value
MsoLanguageID LanguageID { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoLanguageID
MsoLanguageID

See Also

Reference

TextRange2 Interface

TextRange2 Members

Microsoft.Office.Core Namespace