Gets or sets a number format which 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. If text is selected, the property specifies the number format of the whole selected text.

Introduced: X16.

Syntax

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

Remarks

The property returns null when the text selection contains multiple table cells with different number formats.