Top10.Borders Property

Definition

Returns a Borders collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.

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

Borders

Remarks

For a conditional formatting object, you can only set the properties for the top, bottom, and side borders of the cell.

Applies to