This commit is contained in:
2024-10-10 15:14:29 +08:00
parent d6c2b68ebc
commit 41b2e9f0ca
212 changed files with 396785 additions and 12795 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ namespace BLL.Common
{
get
{
return Book.GetSheetAt(sheetID).DefaultColumnWidth;
return (int)Book.GetSheetAt(sheetID).DefaultColumnWidth;
}
set
{