DataBarBorderType Enumeration
 | 
Specifies the border of a data bar.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public enum DataBarBorderType
 
Public Enumeration DataBarBorderType
 
public enum class DataBarBorderType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
DataBarBorderNone
 | 
0
 | 
The data bar has no border.
 | 
| 
 | 
DataBarBorderSolid
 | 
1
 | 
The data bar has a solid border.
 | 
 
 
See Also