'Declaration Public Sub SaveAs( _ ByVal path As System.String, _ ByVal fileFormat As FileFormatEnum _ )
public void SaveAs( System.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.