GridWorksheetCollection.SetVisible

GridWorksheetCollection.SetVisible method

Sets the visible for the sheet .

public void SetVisible(string sheetName, bool isVisible)
ParameterTypeDescription
sheetNameStringName of source worksheet.
isVisibleBooleanWhether the worksheet is visible

See Also