SpreadsheetGear 2017
Opacity Property (RowHeader)






SpreadsheetGear.Windows.Controls Namespace > RowHeader Class : Opacity Property
Syntax
'Declaration
 
Public Property Opacity As System.Double
'Usage
 
Dim instance As RowHeader
Dim value As System.Double
 
instance.Opacity = value
 
value = instance.Opacity
public System.double Opacity {get; set;}
public read-write property Opacity: System.Double; 
public function get,set Opacity : System.double
public: __property System.double get_Opacity();
public: __property void set_Opacity( 
   System.double value
);
public:
property System.double Opacity {
   System.double get();
   void set (    System.double 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