SpreadsheetGear 2017
UseLayoutRounding Property (SheetPresenter)






SpreadsheetGear.Windows.Controls Namespace > SheetPresenter Class : UseLayoutRounding Property
Syntax
'Declaration
 
Public Property UseLayoutRounding As System.Boolean
'Usage
 
Dim instance As SheetPresenter
Dim value As System.Boolean
 
instance.UseLayoutRounding = value
 
value = instance.UseLayoutRounding
public System.bool UseLayoutRounding {get; set;}
public read-write property UseLayoutRounding: System.Boolean; 
public function get,set UseLayoutRounding : System.boolean
public: __property System.bool get_UseLayoutRounding();
public: __property void set_UseLayoutRounding( 
   System.bool value
);
public:
property System.bool UseLayoutRounding {
   System.bool get();
   void set (    System.bool 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

SheetPresenter Class
SheetPresenter Members