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