'Declaration Public Overrides Function IsValid( _ ByVal value As Object _ ) As Boolean
'Declaration
Public Overrides Function IsValid( _ ByVal value As Object _ ) As Boolean
'使用法 Dim instance As EditBaseCellType Dim value As Object Dim value As Boolean value = instance.IsValid(value)
'使用法
Dim instance As EditBaseCellType Dim value As Object Dim value As Boolean value = instance.IsValid(value)
public override bool IsValid( object value )
EditBaseCellType クラス EditBaseCellType メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.