SparklineGroup
EmptyCellsType Property
|
Indicates how to display empty cells.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SparklineEmptyCells EmptyCellsType { get; set; }
Public Property EmptyCellsType As SparklineEmptyCells
Get
Set
public:
virtual property SparklineEmptyCells EmptyCellsType {
SparklineEmptyCells get () sealed;
void set (SparklineEmptyCells value) sealed;
}
abstract EmptyCellsType : SparklineEmptyCells with get, set
override EmptyCellsType : SparklineEmptyCells with get, set
Property Value
Type:
SparklineEmptyCells
The DisplayEmptyCellsAs property gets/sets the m_displayEmptyCellsAs data member.
Implements
ISparklineGroup
EmptyCellsType
See Also