SpreadsheetGear 2012
AdjustFormScrollbars Method (WorkbookExplorer)






Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub AdjustFormScrollbars( _
   ByVal displayScrollbars As System.Boolean _
) 
'Usage
 
Dim instance As WorkbookExplorer
Dim displayScrollbars As System.Boolean
 
instance.AdjustFormScrollbars(displayScrollbars)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
)
protected procedure AdjustFormScrollbars( 
    displayScrollbars: System.Boolean
); virtual; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function AdjustFormScrollbars( 
   displayScrollbars : System.boolean
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
) 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
) 

Parameters

displayScrollbars
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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback