SpreadsheetGear 2017
SetResourceReference Method (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : SetResourceReference Method
Syntax
'Declaration
 
Public Sub SetResourceReference( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal name As System.Object _
) 
'Usage
 
Dim instance As SheetTab
Dim dp As System.Windows.DependencyProperty
Dim name As System.Object
 
instance.SetResourceReference(dp, name)
public void SetResourceReference( 
   System.Windows.DependencyProperty dp,
   System.object name
)
public procedure SetResourceReference( 
    dp: System.Windows.DependencyProperty;
    name: System.TObject
); 
public function SetResourceReference( 
   dp : System.Windows.DependencyProperty,
   name : System.Object
);
public: void SetResourceReference( 
   System.Windows.DependencyProperty* dp,
   System.Object* name
) 
public:
void SetResourceReference( 
   System.Windows.DependencyProperty^ dp,
   System.Object^ name
) 

Parameters

dp
name
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

SheetTab Class
SheetTab Members