DataLabel.NumberFormat Property

Returns or sets a String value that represents the format code for the object.

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

Syntax

'Declaration
Property NumberFormat As String
    Get
    Set
'Usage
Dim instance As DataLabel
Dim value As String

value = instance.NumberFormat

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

Property Value

Type: System.String
String

Remarks

The format code is the same string as the Format Codes option in the Format Cells dialog box. The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Word Namespace