[]
Loads the specified XML data (for a sheetview) from a stream into a sheetview.
public static bool OpenXml(SheetView sheetView, Stream stream)
Public Shared Function OpenXml(sheetView As SheetView, stream As Stream) As Boolean
| Type | Name | Description |
|---|---|---|
| SheetView | sheetView | The sheet view to load the XML data |
| Stream | stream | Stream from which to load the XML data |
| Type | Description |
|---|---|
| bool | true if is successful; false otherwise |
Loads the specified XML data (for an entire Spread component) from a file into a Spread component.
public static bool OpenXml(FpSpread spread, string fileName)
Public Shared Function OpenXml(spread As FpSpread, fileName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| FpSpread | spread | Spread component into which to load the XML data |
| string | fileName | Path and name of the file from which to load the XML data |
| Type | Description |
|---|---|
| bool | true if is successful; false otherwise |
Loads the specified XML data (for an entire Spread component) from a stream into a Spread component.
public static bool OpenXml(FpSpread spread, Stream stream)
Public Shared Function OpenXml(spread As FpSpread, stream As Stream) As Boolean
| Type | Name | Description |
|---|---|---|
| FpSpread | spread | Spread component into which to load the XML data |
| Stream | stream | Stream from which to load the XML data |
| Type | Description |
|---|---|
| bool | true if is successful; false otherwise |