Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Show Method


In This Topic
    Show Method (IRange)
    In This Topic
    Scrolls through the contents of the active window to move the range into view. The range must consist of a single cell in the active document.
    Syntax
    'Declaration
     
    
    Sub Show() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.Show()
    void Show()
    See Also