'Declaration Public Overloads Function Save( _ ByVal fileName As String, _ ByVal dataOnly As Boolean _ ) As Boolean
Parameters
- fileName
- Path and name of file to which to save
- dataOnly
- True to save only data; false otherwise
Return Value
Boolean: true if successful; false otherwise