Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetProtect Method
Sheet index


In This Topic
    ExcelSetProtect Method
    In This Topic
    PROTECT - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetProtect( _
       ByVal sheet As Short, _
       ByVal isProtect As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim isProtect As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetProtect(sheet, isProtect)
    bool ExcelSetProtect( 
       short sheet,
       bool isProtect
    )

    Parameters

    sheet
    Sheet index
    isProtect
    See Also