'Declaration Public Overloads Function Save( _ ByVal fileName As String, _ ByVal saveOption As SaveXMLOptions _ ) As Boolean
'Usage Dim instance As SheetView Dim fileName As String Dim saveOption As SaveXMLOptions Dim value As Boolean value = instance.Save(fileName, saveOption)
public bool Save( string fileName, SaveXMLOptions saveOption )
Parameters
- fileName
- Path and name of file to which to save
- saveOption
- Save xml option
Return Value
True if successfull; false otherwise