SpreadsheetGear 2017
SetValue(DependencyPropertyKey,Object) Method






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

Parameters

key
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

RowHeader Class
RowHeader Members
Overload List