Search
XmlContext.SaveWorksheet Method
See Also
 






Saves the specified worksheet to the specified XML element.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void SaveWorksheet (
    Worksheet worksheet,
    XElement collectionElement,
    string elementName
)

Visual Basic  Copy Code

Public Sub SaveWorksheet( _
    worksheet As Worksheet, _
    collectionElement As XElement, _
    elementName As String _
)

 Parameters

worksheet

The worksheet to save.

worksheetElement

An instance of the .NET XElement class that specifies the element under which to save the worksheet.

 See Also