20241010
This commit is contained in:
@@ -209,7 +209,7 @@ namespace BLL.Common
|
||||
{
|
||||
get
|
||||
{
|
||||
return Book.GetSheetAt(sheetID).DefaultColumnWidth;
|
||||
return (int)Book.GetSheetAt(sheetID).DefaultColumnWidth;
|
||||
}
|
||||
set
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user