'Declaration Public Function SetProtect( _ ByVal protect As Boolean, _ ByVal password As String _ ) As Boolean
'Declaration
Public Function SetProtect( _ ByVal protect As Boolean, _ ByVal password As String _ ) As Boolean
public bool SetProtect( bool protect, string password )
FpSpread1.SetProtect(true, "testpassword");
FpSpread1.SetProtect(True, "testpassword")
FpSpread クラス FpSpread メンバ
© MESCIUS inc. All rights reserved.