Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ChangeVisible Method
value that determines whether the worksheet is visible
allow hidden all sheet
notify UI


In This Topic
    ChangeVisible Method (Worksheet)
    In This Topic
    Change Visibility of worksheet.
    Syntax
    'Declaration
     
    
    Protected Sub ChangeVisible( _
       ByVal value As SheetVisibility, _
       ByVal allowHiddenAllSheet As Boolean, _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As SheetVisibility
    Dim allowHiddenAllSheet As Boolean
    Dim notifyUI As Boolean
     
    instance.ChangeVisible(value, allowHiddenAllSheet, notifyUI)
    protected void ChangeVisible( 
       SheetVisibility value,
       bool allowHiddenAllSheet,
       bool notifyUI
    )

    Parameters

    value
    value that determines whether the worksheet is visible
    allowHiddenAllSheet
    allow hidden all sheet
    notifyUI
    notify UI
    See Also