XlsChartFrameFormat
Border Property
|
Gets chart border. Read only.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartBorder Border { get; }
Public ReadOnly Property Border As IChartBorder
Get
public:
virtual property IChartBorder^ Border {
IChartBorder^ get () sealed;
}
abstract Border : IChartBorder with get
override Border : IChartBorder with get
Property Value
Type:
IChartBorder
Implements
IChartFrameFormat
Border
See Also