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