Web API Core | ComponentOne
C1.AspNetCore.Api.Excel.ExcelIO Namespace / ExcelUtils Class / ConvertStringToExcelSaveFileFormat Method
The file extension.

In This Topic
    ConvertStringToExcelSaveFileFormat Method
    In This Topic
    Get Excel Save File Format from fileType string
    Syntax
    'Declaration
     
    
    Public Shared Function ConvertStringToExcelSaveFileFormat( _
       ByVal fileType As String _
    ) As GrapeCity.Documents.Excel.SaveFileFormat
    public static GrapeCity.Documents.Excel.SaveFileFormat ConvertStringToExcelSaveFileFormat( 
       string fileType
    )

    Parameters

    fileType
    The file extension.

    Return Value

    A FileOpenFormat object.
    See Also