Spread Windows Forms 12.0 Product Documentation
GetControl Method (SheetView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetControl Method
Name of child control
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)
public virtual Control GetControl( 
   string name
)

Parameters

name
Name of child control
See Also

Reference

SheetView Class
SheetView Members