Search
XmlContext.SaveWorksheet Method
See Also
 






Saves the specified worksheet to the specified XML element.

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

 Syntax

C#  Copy Code

public void SaveWorksheet (
    Worksheet worksheet,
    XElement worksheetElement
)

Visual Basic  Copy Code

Public Sub SaveWorksheet( _
    worksheet As Worksheet, _
    worksheetElement As XElement _
)

 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