NanoXLSX Library Documentation
NanoXLSX Library Documentation
NanoXLSX
NanoXLSX
Cell Class
Cell Methods
CompareTo Method
ConvertArray<T> Method
Copy Method
Equals Method
GetAddressScope Method
GetCellRange Method
RemoveStyle Method
ResolveCellAddress Method
ResolveCellCoordinate Method
ResolveCellRange Method
ResolveCellType Method
ResolveColumn Method
ResolveColumnAddress Method
SetCellLockedState Method
SetStyle Method
ValidateColumnNumber Method
ValidateRowNumber Method
Cell
Set
Cell
Locked
State Method
Sets the lock state of the cell
Namespace:
NanoXLSX
Assembly:
NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
Copy
public
void
SetCellLockedState
(
bool
isLocked
,
bool
isHidden
)
Parameters
isLocked
Boolean
If true, the cell will be locked if the worksheet is protected
isHidden
Boolean
If true, the value of the cell will be invisible if the worksheet is protected
Exceptions
Exception
Condition
StyleException
Throws a StyleException if the style used to lock cells cannot be referenced
Remarks
The listed exception should never happen because the mentioned style is internally generated
See Also
Reference
Cell Class
NanoXLSX Namespace
Copyright Raphael Stoeckli © 2025