Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetControl Method
Name of child control


In This Topic
GetControl Method (SheetView)
In This Topic
Gets a child control.
Syntax
'Declaration
 
Public Overridable Function GetControl( _
   ByVal name As String _
) As Control
 
'Usage
 
Dim instance As SheetView
Dim name As String
Dim value As Control
 
value = instance.GetControl(name)

Parameters

name
Name of child control
See Also