'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String _ )
public void Save( System.string fileName )
Parameters
- fileName
- Full name of the file to be created (if the file already exists, it will be overwritten).
'Declaration Public Overloads Sub Save( _ ByVal fileName As System.String _ )
public void Save( System.string fileName )