SpreadsheetGear 2017
SetValue(DependencyProperty,Object) Method






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

Parameters

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