GrapeCity SPREAD for Windows Forms 11.0J
SetProtect メソッド


Spreadを保護するか保護解除するかを指定するブール値。
Spreadを保護または保護解除するパスワード。
パスワードパラメーターによって保護構造設定を変更します。
構文
'Declaration
 
Public Function SetProtect( _
   ByVal protect As Boolean, _
   ByVal password As String _
) As Boolean
'使用法
 
Dim instance As FpSpread
Dim protect As Boolean
Dim password As String
Dim value As Boolean
 
value = instance.SetProtect(protect, password)
public bool SetProtect( 
   bool protect,
   string password
)

パラメータ

protect
Spreadを保護するか保護解除するかを指定するブール値。
password
Spreadを保護または保護解除するパスワード。

戻り値の型

成功した場合はtrue、それ以外の場合はfalse。
参照

FpSpread クラス
FpSpread メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.