Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetExcelFileContent Method


In This Topic
    GetExcelFileContent Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Function GetExcelFileContent( _
       ByVal fileName As String, _
       ByVal flag As ExcelSaveFlags, _
       ByVal password As String _
    ) As ResponseFileContent
    'Usage
     
    
    Dim instance As FpSpread
    Dim fileName As String
    Dim flag As ExcelSaveFlags
    Dim password As String
    Dim value As ResponseFileContent
     
    value = instance.GetExcelFileContent(fileName, flag, password)
    protected ResponseFileContent GetExcelFileContent( 
       string fileName,
       ExcelSaveFlags flag,
       string password
    )

    Parameters

    fileName
    flag
    password
    See Also