Click or drag to resize

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; }

Return Value

Type: String
The format string representing the number format.
See Also