GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Locked Property


In This Topic
Locked Property (ISlicer)
In This Topic
Gets or sets a value indicating whether the specified slicer can be modified when the sheet that contains it is protected.
Syntax
'Declaration
 
Property Locked As Boolean
 
'Usage
 
Dim instance As ISlicer
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked

Property Value

true if the specified slicer cannot be modified; otherwise, false.
See Also