保护工作表 若要防止其他用户意外或有意更改、移动或删除工作表中的数据,你可以锁定 Excel 工作表上的单元格,然后使用密码保护工作表。 假设你拥有团队状态报告工作表,在该工作表中,你希望团队成员仅可在特定单元格中添加数据且无法修改任何其他内容。 通过使用工作表保护,你可以使工作表的特定部分可编辑,而用户将无...
you can lock the cells on your Excel worksheet and then protect the sheet with a password. Say you own the team status report worksheet, where you want team members to add data in specific cells only and not be able to modify anything else. With worksheet protection, you can make only ...
表達代表Worksheet 物件的變數。 參數 展開資料表 名稱必要/選用資料類型描述 Password選用Variant字串,用於指定工作表或活頁簿的密碼,該密碼區分大小寫。 如果省略這個引數,則不需使用密碼就可以取消對該工作表或活頁簿的保護。 否則,必須指定密碼,才能取消對該工作表或活頁簿的保護。 如果忘記密碼,就無法取消對該工...
如果要对受保护的工作表进行更改,如果提供了密码,则可以在受保护的工作表上使用 Protect 方法。 此外,另一种方法是解除对工作表的保护,进行必要的更改,然后再次保护工作表。备注 未受保护 表示单元格可能锁定 (“ 设置单元格格式 ”对话框) 但包含在 “允许用户编辑区域 ”对话框中定义的区域中,并且用户已使用...
呼叫工作表的 Protect 方法。 這個範例會假設您是使用名為 Sheet1 的工作表。 VB 複製 Globals.Sheet1.Protect(getPasswordFromUser, AllowSorting:=True) 若要在應用程式層級增益集中使用程式碼保護工作表呼叫現用工作表的 _Worksheet.Protect 方法。 VB 複製 CType(Application.ActiveSheet, Excel.Worksheet)....
_Worksheet.Protect 方法 参考 反馈 定义 命名空间: Microsoft.Office.Interop.Excel 程序集: Microsoft.Office.Interop.Excel.dll 保护工作表使其不被修改。 C# 复制 public void Protect (object Password, object DrawingObjects, object Contents, object Scenarios, object UserInterfaceOnly, object Allow...
程序集:Microsoft.Office.Tools.Excel(在 Microsoft.Office.Tools.Excel.dll 中) 语法 void Protect( Object Password, Object DrawingObjects, Object Contents, Object Scenarios, Object UserInterfaceOnly, Object AllowFormattingCells, Object AllowFormattingColumns, Object AllowFormattingRows, Object AllowInsertingColumns...
Worksheet.Protect 方法 發行項 2014/01/03 本文內容 語法 備註 .NET Framework 安全性 請參閱 保護工作表,使工作表無法修改。 命名空間:Microsoft.Office.Tools.Excel 組件:Microsoft.Office.Tools.Excel (在 Microsoft.Office.Tools.Excel.dll 中) Microsoft.Office.Tools.Excel.v4.0.Utilities (在 Microsoft....
Also, when you UnHide, would that mean it UnHide just for you or will it UnHide for all who have access to this Excel file which is in a OneDrive? Thanks in advance, Marcous
命名空间: Microsoft.Office.Tools.Excel 程序集: Microsoft.Office.Tools.Excel(在 Microsoft.Office.Tools.Excel.dll 中) Microsoft.Office.Tools.Excel.v4.0.Utilities(在 Microsoft.Office.Tools.Excel.v4.0.Utilities.dll 中)语法C# 复制 void Protect( Object Password, Object Structure, Object Windows ) ...