Xceed Workbooks for .NET v1.4 Documentation
Add(WorksheetVisibility) Method


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > WorksheetCollection Class > Add Method : Add(WorksheetVisibility) Method
Determines how the added Worksheet is displayed. The default setting is Visible.
Adds a Worksheet to the WorksheetCollection and sets how it is displayed.
Syntax
'Declaration

 

Public Overloads Function Add( _

   Optional ByVal visibility As WorksheetVisibility _

) As Worksheet
'Usage

 

Dim instance As WorksheetCollection

Dim visibility As WorksheetVisibility

Dim value As Worksheet

 

value = instance.Add(visibility)

Parameters

visibility
Determines how the added Worksheet is displayed. The default setting is Visible.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorksheetCollection Class
WorksheetCollection Members
Overload List