Поделиться через


AutoCorrectEntry.Value Property

Returns or sets the value of the AutoCorrect entry.

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

Syntax

'Declaration
Property Value As String
    Get
    Set
'Usage
Dim instance As AutoCorrectEntry
Dim value As String

value = instance.Value

instance.Value = value
string Value { get; set; }

Property Value

Type: System.String

Remarks

For AutoCorrectEntry objects, the Value property only returns the first 255 characters of the object's value. Setting the Value property to a value longer than 255 characters generates an error.

See Also

Reference

AutoCorrectEntry Interface

AutoCorrectEntry Members

Microsoft.Office.Interop.Word Namespace