Gets or sets a number format for the table cell. It can be used to automatically format numbers in table cells. When a formula is defined the automatically calculated text can also be formatted with a number format. When a number format is not defined, the property's value is an empty string. The number format string has a format as described in Office Open XML File Formats - ISO/IEC 29500 - 1, Chapter: 18.8.31 Number Formats. See Formatting Text by using Number Formats for more information.

Introduced: X16.

Syntax

public string NumberFormat { get; set; }
Public Property NumberFormat() As String

Further Reading

Learn more about the TXTextControl.TableCellFormat.NumberFormat Property in the Text Control Blog: