commit | f49dbae79f36b1467b36035b166aabbb14aa2226 | [log] [tgz] |
---|---|---|
author | philga <philga@1track.com> | Wed Jul 26 17:49:50 2017 -0700 |
committer | Trevor Ryland <tryland@google.com> | Thu Oct 22 17:42:02 2020 -0600 |
tree | 852646dfc2f8f18f29a6ae35dab9c04dc68ac1b6 | |
parent | 333b8d14a36f4fdb2a634c70af589462bae0db26 [diff] |
Make the ExcelTable 'Address' settable to allow expansion of Excel table on insert at end of the Excel table.
diff --git a/EPPlus/Table/ExcelTable.cs b/EPPlus/Table/ExcelTable.cs index 0f3901b..1d58a01 100644 --- a/EPPlus/Table/ExcelTable.cs +++ b/EPPlus/Table/ExcelTable.cs
@@ -278,7 +278,7 @@ { return _address; } - internal set + set { _address = value; SetXmlNodeString("@ref",value.Address);