DisplayFormat Interface

Represents the display settings for an associated Range object.

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

Syntax

'Declaration
<GuidAttribute("000244C2-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface DisplayFormat
'Usage
Dim instance As DisplayFormat
[GuidAttribute("000244C2-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface DisplayFormat

Remarks

Read-only.

Actions such as changing the conditional formatting or table style of a range can cause what is displayed in the current user interface to be inconsistent with the values in the corresponding properties of the Range object. Use the properties of the DisplayFormat object to return the values as they are displayed in the current user interface.

See Also

Reference

DisplayFormat Members

Microsoft.Office.Interop.Excel Namespace