MindFusion.Wpf Pack Programmer's Guide
WorksheetCollection.Add Method (String)
See Also
 





Creates a new Worksheet object with the specified name and adds it to the end of the collection. If a worksheet with the specified name already exists, an exception is thrown.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Worksheet Add (
    string name
)

Visual Basic  Copy Code

Public Function Add( _
    name As String _
) As Worksheet

 Parameters

name

The name of the new worksheet object.

 Return Value

The newly created Worksheet object.

 See Also

Add Method Overload List
WorksheetCollection Members
WorksheetCollection Class
MindFusion.Spreadsheet.Wpf Namespace