ExcelWorkbookDefaultSettingsSerializeDefaultRowHeight Property
A flag indicating if the DefaultRowHeightPoints property should be serialized or not when the the format is Xlsx_2007.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool SerializeDefaultRowHeight { get; set; }
Public Property SerializeDefaultRowHeight As Boolean
Get
Set
public:
property bool SerializeDefaultRowHeight {
bool get ();
void set (bool value);
}
member SerializeDefaultRowHeight : bool with get, set
Property Value
Boolean