mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
update attribute required
required attribute default_row_height
This commit is contained in:
parent
fe38e01341
commit
7be7172ff5
|
@ -40,9 +40,9 @@ public:
|
||||||
optional<double> base_col_width;
|
optional<double> base_col_width;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default row height
|
/// The default row height is required
|
||||||
/// </summary>
|
/// </summary>
|
||||||
optional<double> default_row_height;
|
double default_row_height = 15.0;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default column width
|
/// The default column width
|
||||||
|
|
Loading…
Reference in New Issue
Block a user