SPREAD for WPF 3.0J - GcSpreadSheet
ProtectionMode 列挙体

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 : ProtectionMode 列挙体
ワークブックまたはワークシートの保護タイプを表します。
シンタックス
'宣言
 
Public Enum ProtectionMode 
   Inherits System.Enum
public enum ProtectionMode : System.Enum 
メンバ
メンバ解説
Noneオブジェクトは保護されていません。
PasswordProtectedオブジェクトがパスワードによって保護されています。
Protectedオブジェクトがパスワードなしで保護されています。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ProtectionMode

参照

GrapeCity.Spreadsheet 名前空間