HTMLOptions
IsSaveBlankCell Property
|
Gets or sets whether save blank cell to html.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsSaveBlankCell { get; set; }
Public Property IsSaveBlankCell As Boolean
Get
Set
public:
property bool IsSaveBlankCell {
bool get ();
void set (bool value);
}
member IsSaveBlankCell : bool with get, set
Property Value
Type:
Boolean
See Also