Databar.BarBorder Property

Definition

Gets an object that specifies the border of a data bar.

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

Property Value

An object that specifies the border of a data bar.

Remarks

Read-only.

Applies to