Worksheet.SetVisible

Worksheet.SetVisible method

Sets the visible options.

public void SetVisible(bool isVisible, bool ignoreError)
ParameterTypeDescription
isVisibleBooleanWhether the worksheet is visible
ignoreErrorBooleanWhether to ignore error if this option is not valid.

See Also