Link Search Menu Expand Document

SSpread.IsVerticalScrollBarVisible Method

Explanation Returns whether the vertical scrollbar is visible.
Call format IsVerticalScrollBarVisible()
Return value $TRUE if the vertical scrollbar is visible, $FALSE otherwise
Arguments None
Exception None
Example of use
    if (IsVerticalScrollBarVisible() == $TRUE) {
        MessageBox("The vertical scroll bar is visible");
    }
    
Related item IsHorizontalScrollBarVisible method