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