DataBarBorder
Type Property
|
Gets or sets the border's type of data bars specified by a conditional formatting rule.
Namespace:
Spire.Xls.Core.Spreadsheet.ConditionalFormatting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataBarBorderType Type { get; set; }
Public Property Type As DataBarBorderType
Get
Set
public:
property DataBarBorderType Type {
DataBarBorderType get ();
void set (DataBarBorderType value);
}
member Type : DataBarBorderType with get, set
Property Value
Type:
DataBarBorderType
See Also