NumberFormat Property (DDCell)
In This Topic
Gets or sets an Excel-style number format string for the text displayed in the cell.
Syntax
'Declaration
Public Property NumberFormat As String
public string NumberFormat {get; set;}
Property Value
A
System.String value representing number format.
See Also