CellFormat.NumberFormat Property

Definition

Returns or sets the format code for the object. Returns Null if all cells in the specified range don't have the same number format.

public:
 property System::Object ^ NumberFormat { System::Object ^ get(); void set(System::Object ^ value); };
public object NumberFormat { get; set; }
Public Property NumberFormat As Object

Property Value

Remarks

The format code is the same string as the Format Codes option in the Format Cells dialog box. The Visual Basic Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.

Applies to