Share via


TickLabels.NumberFormat Property

Returns or sets the format code for the object.

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

Syntax

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

value = instance.NumberFormat

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

Property Value

Type: System.String

Remarks

The format code is the same string as the Format Codes option in the Format Cells dialog box.

See Also

Reference

TickLabels Interface

TickLabels Members

Microsoft.Office.Interop.Excel Namespace