Share via


Range.DisplayFormat Property

Gets a DisplayFormat object that represents the display settings for the specified range.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property DisplayFormat As DisplayFormat
    Get
'Usage
Dim instance As Range
Dim value As DisplayFormat

value = instance.DisplayFormat
DisplayFormat DisplayFormat { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.DisplayFormat
A DisplayFormat object that represents the display settings for the specified range.

Remarks

Read-only.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace