DisplayFormat.Borders Property

Definition

Gets a Borders object that represents the borders of the associated Range object as it is displayed in the current user interface.

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

Property Value

A Borders object that represents the borders of the associated Range object as it is displayed in the current user interface.

Remarks

Read-only.

Applies to