FormatConditionDataBar Property |
Get the conditional formatting's "DataBar" instance.
The default instance's color is blue.
Valid only for type is DataBar.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic DataBar DataBar { get; }
Public ReadOnly Property DataBar As DataBar
Get
public:
property DataBar^ DataBar {
DataBar^ get ();
}
member DataBar : DataBar with get
Return Value
Type:
DataBar
See Also