'Declaration Public Overloads Shared Function SaveXml( _ ByVal sheetView As SheetView, _ ByVal stream As Stream, _ ByVal saveOption As SaveXMLOptions _ ) As Boolean
'Usage Dim sheetView As SheetView Dim stream As Stream Dim saveOption As SaveXMLOptions Dim value As Boolean value = SpreadSerializer.SaveXml(sheetView, stream, saveOption)
public static bool SaveXml( SheetView sheetView, Stream stream, SaveXMLOptions saveOption )
Parameters
- sheetView
- The sheet view to save
- stream
- Stream to which to save the sheet view as XML
- saveOption
- Whether Saving xml options