'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
'使用法 Dim instance As FpSpread Dim protect As Boolean Dim password As String Dim value As Boolean value = instance.SetProtect(protect, password)
'使用法
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 )
FpSpread クラス FpSpread メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.