SpreadsheetGear 2017
Effect Property (SheetTab)






SpreadsheetGear.Windows.Controls Namespace > SheetTab Class : Effect Property
Syntax
'Declaration
 
Public Property Effect As System.Windows.Media.Effects.Effect
'Usage
 
Dim instance As SheetTab
Dim value As System.Windows.Media.Effects.Effect
 
instance.Effect = value
 
value = instance.Effect
public System.Windows.Media.Effects.Effect Effect {get; set;}
public read-write property Effect: System.Windows.Media.Effects.Effect; 
public function get,set Effect : System.Windows.Media.Effects.Effect
public: __property System.Windows.Media.Effects.Effect* get_Effect();
public: __property void set_Effect( 
   System.Windows.Media.Effects.Effect* value
);
public:
property System.Windows.Media.Effects.Effect^ Effect {
   System.Windows.Media.Effects.Effect^ get();
   void set (    System.Windows.Media.Effects.Effect^ 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