XlsConditionalFormat
NumberFormat Property
|
Gets or sets the number format of the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string NumberFormat { get; set; }
Public Property NumberFormat As String
Get
Set
public:
property String^ NumberFormat {
String^ get ();
void set (String^ value);
}
member NumberFormat : string with get, set
Return Value
Type:
String
The format string representing the number format.
See Also