XlsChartDataTable
HasHorzBorder Property
|
Indicates whether data table has horizontal border.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasHorzBorder { get; set; }
Public Property HasHorzBorder As Boolean
Get
Set
public:
virtual property bool HasHorzBorder {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasHorzBorder : bool with get, set
override HasHorzBorder : bool with get, set
Property Value
Type:
Boolean
Implements
IChartDataTable
HasHorzBorder
See Also