Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XlsxEncryptionHelper Class / DecryptOpenXml Method


In This Topic
    DecryptOpenXml Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function DecryptOpenXml( _
       ByVal fileName As String, _
       ByVal inStream As Stream, _
       ByRef outStream As Stream, _
       ByVal password As String, _
       ByVal product As ISupportedProduct _
    ) As Boolean
    'Usage
     
    
    Dim fileName As String
    Dim inStream As Stream
    Dim outStream As Stream
    Dim password As String
    Dim product As ISupportedProduct
    Dim value As Boolean
     
    value = XlsxEncryptionHelper.DecryptOpenXml(fileName, inStream, outStream, password, product)

    Parameters

    fileName
    inStream
    outStream
    password
    product
    See Also