XmlMappedRange.DisplayFormat Property

Definition

Gets an object that represents the display settings for the specified range.

public:
 property Microsoft::Office::Interop::Excel::DisplayFormat ^ DisplayFormat { Microsoft::Office::Interop::Excel::DisplayFormat ^ get(); };
public Microsoft.Office.Interop.Excel.DisplayFormat DisplayFormat { get; }
member this.DisplayFormat : Microsoft.Office.Interop.Excel.DisplayFormat
Public ReadOnly Property DisplayFormat As DisplayFormat

Property Value

An object that represents the display settings for the specified range.

Remarks

Note

This property appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this property cannot be used in Excel 2007 projects.

Applies to