ConvertStringToExcelSaveFileFormat Method
In This Topic
Get Excel Save File Format from fileType string
Syntax
'Declaration
Public Shared Function ConvertStringToExcelSaveFileFormat( _
ByVal As String _
) As GrapeCity.Documents.Excel.SaveFileFormat
public static GrapeCity.Documents.Excel.SaveFileFormat ConvertStringToExcelSaveFileFormat(
string
)
Parameters
- fileType
- The file extension.
Return Value
A FileOpenFormat object.
See Also