diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-28 15:28:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-28 15:28:29 +0300 |
commit | c045a6047fbda23d842a4f037ed337dbe861c336 (patch) | |
tree | 4055db1b6cbbca52d072bf03238531ea7ae44e18 /src/AddIn/Functions.cs | |
parent | 2506f0fe093529951a57ebec270a6ecc073d8f91 (diff) |
Rename reset status bar macro
Diffstat (limited to 'src/AddIn/Functions.cs')
-rw-r--r-- | src/AddIn/Functions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AddIn/Functions.cs b/src/AddIn/Functions.cs index 78466bf..56ee905 100644 --- a/src/AddIn/Functions.cs +++ b/src/AddIn/Functions.cs @@ -48,7 +48,7 @@ namespace RhSolutions.AddIn } [ExcelFunction] - public static void ResetStatusBar() + public static void _ResetStatusBar() { RhSolutionsAddIn.Excel.StatusBar = false; } |