SparklineEmptyCells Enumeration
|
Defines the Display of the Empty Cells within the Sparkline Range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SparklineEmptyCells
Public Enumeration SparklineEmptyCells
public enum class SparklineEmptyCells
Members
|
Member name
|
Value
|
Description
|
|
Gaps
|
0
|
Display as Gaps.
|
|
Zero
|
1
|
Diaplay as Zero.
|
|
Line
|
2
|
Display as Continued line.
|
See Also