Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb0dfa3

Browse files
committed
XLComment.SetVisible: the parameter is called 'hidden' but implemented as 'visible'
1 parent9fe9136 commitdb0dfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ClosedXML/Excel/Comments/XLComment.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public IXLComment SetVisible()
6868
returnContainer;
6969
}
7070

71-
publicIXLCommentSetVisible(Booleanhidden)
71+
publicIXLCommentSetVisible(Booleanvisible)
7272
{
73-
Visible=hidden;
73+
Visible=visible;
7474
returnContainer;
7575
}
7676

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp