Search
XmlContext.LoadWorksheet Method
See Also
 






Reads a worksheet from the specified XML element.

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

 Syntax

C#  Copy Code

public Worksheet LoadWorksheet (
    XElement worksheetElement
)

Visual Basic  Copy Code

Public Function LoadWorksheet( _
    worksheetElement As XElement _
) As Worksheet

 Parameters

worksheetElement

The XElement to load from.

 Return Value

An instance of the Worksheet class representing the loaded worksheet.

 See Also