'Declaration
Public Sub SaveAs( _ ByVal path As String, _ ByVal fileFormat As FileFormatEnum _ )
public void SaveAs( string path, FileFormatEnum fileFormat )
Parameters
- path
- Required string. The path in which to save the item.
- fileFormat
- The FileFormatEnum value indicating the file format to save.