'Declaration Public Function CheckName( _ ByVal name As String _ ) As String
'Declaration
Public Function CheckName( _ ByVal name As String _ ) As String
'使用法 Dim instance As DefaultSheetDataModel Dim name As String Dim value As String value = instance.CheckName(name)
'使用法
Dim instance As DefaultSheetDataModel Dim name As String Dim value As String value = instance.CheckName(name)
public string CheckName( string name )
DefaultSheetDataModel クラス DefaultSheetDataModel メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.