Databar.BarBorder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.