'Declaration
Function ExcelGetProtect( _ ByVal sheet As Short, _ ByRef isProtect As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelBiffWrite Dim sheet As Short Dim isProtect As Boolean Dim value As Boolean value = instance.ExcelGetProtect(sheet, isProtect)
Parameters
- sheet
- Sheet index
- isProtect
- Whether sheet is protected