NumberFormat Property (DDCells)
In This Topic
Sets an Excel-style number format string for each cell.
Syntax
'Declaration
Public WriteOnly Property NumberFormat As String
public string NumberFormat {set;}
Property Value
A
System.String value representing number format.
See Also