IsProtectedStructure Property
In This Topic
Specifies whether Spread allows the user to change the structure of the sheet collection.
Syntax
'Declaration
Public ReadOnly Property IsProtectedStructure As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
value = instance.IsProtectedStructure
public bool IsProtectedStructure {get;}
See Also