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

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

    Parameters

    fileType
    The file extension.

    Return Value

    A FileOpenFormat object.
    See Also