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