SpreadsheetGear 2017
GetTemplateChild Method (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : GetTemplateChild Method
Syntax
'Declaration
 
Protected Function GetTemplateChild( _
   ByVal childName As System.String _
) As System.Windows.DependencyObject
'Usage
 
Dim instance As RowHeader
Dim childName As System.String
Dim value As System.Windows.DependencyObject
 
value = instance.GetTemplateChild(childName)
protected System.Windows.DependencyObject GetTemplateChild( 
   System.string childName
)
protected function GetTemplateChild( 
    childName: System.String
): System.Windows.DependencyObject; 
protected function GetTemplateChild( 
   childName : System.String
) : System.Windows.DependencyObject;
protected: System.Windows.DependencyObject* GetTemplateChild( 
   System.string* childName
) 
protected:
System.Windows.DependencyObject^ GetTemplateChild( 
   System.String^ childName
) 

Parameters

childName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowHeader Class
RowHeader Members