SpreadsheetGear 2017
Projection Property (SheetTab)






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