Skip to content

Commit 867b951

Browse files
authored
Fixed faulty comment (#1565)
1 parent f665f0a commit 867b951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EPPlus/ExcelPackageSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public ExcelImageSettings ImageSettings
7171
}
7272
/// <summary>
7373
/// Any auto- or table- filters created will be applied on save.
74-
/// In the case you want to handle this manually, set this property to true.
74+
/// In the case you want to handle this manually, set this property to false.
7575
/// </summary>
7676
public bool ApplyFiltersOnSave { get; set; } = true;
7777
}

0 commit comments

Comments
 (0)