SpreadsheetGear 2023
HorizontalScroll Property (WorkbookDesigner)


SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : HorizontalScroll Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("ScrollableControlHorizontalScrollDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property HorizontalScroll As System.Windows.Forms.HScrollProperties
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.HScrollProperties
 
value = instance.HorizontalScroll
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlHorizontalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.HScrollProperties HorizontalScroll {get;}
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