Search
XmlContext Constructor
See Also
 






Initializes a new instance of the XmlContext class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public XmlContext (
    Workbook workbook,
    int version
)

 Parameters

workbook

The Workbook that will be serialized or deserialized.

version

The file version.

 See Also