Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IProtectionSupport2 Interface / ExcelSetSheetViewProtection Method
Index of the sheet.
The password.
if set to true [sheet].
if set to true [objects].
if set to true [scenarios].
if set to true [format cells].
if set to true [format columns].
if set to true [format rows].
if set to true [insert columns].
if set to true [insert rows].
if set to true [insert hyperlinks].
if set to true [delete columns].
if set to true [delete rows].
if set to true [select locked cells].
if set to true [sort].
if set to true [auto filter].
if set to true [pivot tables].
if set to true [select unlocked cells].
The algorithm name.
the hash value.
the salt value.
the spin count.


In This Topic
    ExcelSetSheetViewProtection Method (IProtectionSupport2)
    In This Topic
    Excels the set sheet view protection.
    Syntax
    'Declaration
     
    
    Function ExcelSetSheetViewProtection( _
       ByVal sheetIndex As Short, _
       ByVal password() As Byte, _
       ByVal sheet As Boolean, _
       ByVal objects As Boolean, _
       ByVal scenarios As Boolean, _
       ByVal formatCells As Boolean, _
       ByVal formatColumns As Boolean, _
       ByVal formatRows As Boolean, _
       ByVal insertColumns As Boolean, _
       ByVal insertRows As Boolean, _
       ByVal insertHyperlinks As Boolean, _
       ByVal deleteColumns As Boolean, _
       ByVal deleteRows As Boolean, _
       ByVal selectLockedCells As Boolean, _
       ByVal sort As Boolean, _
       ByVal autoFilter As Boolean, _
       ByVal pivotTables As Boolean, _
       ByVal selectUnlockedCells As Boolean, _
       ByVal algorithmName As String, _
       ByVal hashValue() As Byte, _
       ByVal saltValue() As Byte, _
       ByVal spinCount As UInteger _
    ) As Boolean
    'Usage
     
    
    Dim instance As IProtectionSupport2
    Dim sheetIndex As Short
    Dim password() As Byte
    Dim sheet As Boolean
    Dim objects As Boolean
    Dim scenarios As Boolean
    Dim formatCells As Boolean
    Dim formatColumns As Boolean
    Dim formatRows As Boolean
    Dim insertColumns As Boolean
    Dim insertRows As Boolean
    Dim insertHyperlinks As Boolean
    Dim deleteColumns As Boolean
    Dim deleteRows As Boolean
    Dim selectLockedCells As Boolean
    Dim sort As Boolean
    Dim autoFilter As Boolean
    Dim pivotTables As Boolean
    Dim selectUnlockedCells As Boolean
    Dim algorithmName As String
    Dim hashValue() As Byte
    Dim saltValue() As Byte
    Dim spinCount As UInteger
    Dim value As Boolean
     
    value = instance.ExcelSetSheetViewProtection(sheetIndex, password, sheet, objects, scenarios, formatCells, formatColumns, formatRows, insertColumns, insertRows, insertHyperlinks, deleteColumns, deleteRows, selectLockedCells, sort, autoFilter, pivotTables, selectUnlockedCells, algorithmName, hashValue, saltValue, spinCount)

    Parameters

    sheetIndex
    Index of the sheet.
    password
    The password.
    sheet
    if set to true [sheet].
    objects
    if set to true [objects].
    scenarios
    if set to true [scenarios].
    formatCells
    if set to true [format cells].
    formatColumns
    if set to true [format columns].
    formatRows
    if set to true [format rows].
    insertColumns
    if set to true [insert columns].
    insertRows
    if set to true [insert rows].
    insertHyperlinks
    if set to true [insert hyperlinks].
    deleteColumns
    if set to true [delete columns].
    deleteRows
    if set to true [delete rows].
    selectLockedCells
    if set to true [select locked cells].
    sort
    if set to true [sort].
    autoFilter
    if set to true [auto filter].
    pivotTables
    if set to true [pivot tables].
    selectUnlockedCells
    if set to true [select unlocked cells].
    algorithmName
    The algorithm name.
    hashValue
    the hash value.
    saltValue
    the salt value.
    spinCount
    the spin count.
    See Also