Click or drag to resize

XlsConditionalFormat DataBar Property

Gets the DataBar object associated with the current instance.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataBar DataBar { get; }

Return Value

Type: DataBar
A new instance of the DataBar class.

Implements

IConditionalFormat DataBar
See Also