WorksheetCollection.SetVisible

WorksheetCollection.SetVisible method

Sets the visible for the worksheet.

public void SetVisible(string name, bool isVisible)
ParameterTypeDescription
nameStringThe name of the worksheet
isVisibleBooleanWhether the worksheet is visible

See Also