FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IProtectionSupport インターフェース : ExcelGetWorkbookProtection メソッド |
true
に設定されている場合[シート構成の保護]。
true
に設定されている場合[ウィンドウの保護]。
true
に設定されている場合[訂正の保護]。
'宣言
Function ExcelGetWorkbookProtection( _ ByRef workbookPassword() As Byte, _ ByRef revisionsPassword() As Byte, _ ByRef lockStructure As Boolean, _ ByRef lockWindows As Boolean, _ ByRef lockRevision As Boolean _ ) As Boolean
bool ExcelGetWorkbookProtection( ref byte[] workbookPassword, ref byte[] revisionsPassword, ref bool lockStructure, ref bool lockWindows, ref bool lockRevision )
true
に設定されている場合[シート構成の保護]。true
に設定されている場合[ウィンドウの保護]。true
に設定されている場合[訂正の保護]。