SpreadsheetGear 2017
HScroll Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : HScroll Property
Syntax
'Declaration
 
Protected Property HScroll As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.HScroll = value
 
value = instance.HScroll
protected System.bool HScroll {get; set;}
protected read-write property HScroll: System.Boolean; 
protected function get,set HScroll : System.boolean
protected: __property System.bool get_HScroll();
protected: __property void set_HScroll( 
   System.bool value
);
protected:
property System.bool HScroll {
   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

WorkbookDesigner Class
WorkbookDesigner Members