Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetPassword Method


In This Topic
    ExcelSetPassword Method
    In This Topic
    PASSWORD - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetPassword( _
       ByVal isSheet As Boolean, _
       ByVal passwordKey As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim isSheet As Boolean
    Dim passwordKey As Integer
    Dim value As Boolean
     
    value = instance.ExcelSetPassword(isSheet, passwordKey)
    bool ExcelSetPassword( 
       bool isSheet,
       int passwordKey
    )

    Parameters

    isSheet
    passwordKey
    See Also