GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / NumberFormat Property


In This Topic
NumberFormat Property (IDataLabel)
In This Topic
Gets or sets a string value that represents the format code for the object.
Syntax
'Declaration
 
Property NumberFormat As String
 
'Usage
 
Dim instance As IDataLabel
Dim value As String
 
instance.NumberFormat = value
 
value = instance.NumberFormat
See Also