Spread for ASP.NET 11 Product Documentation
IsProtectedStructure Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : IsProtectedStructure Property
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;}
Example
This example gets the IsProtectedStructure property.
FpSpread1.Sheets[0].Cells[1,1].Text = FpSpread1.IsProtectedStructure.ToString();
FpSpread1.Sheets(0).Cells(1,1).Text = FpSpread1.IsProtectedStructure.ToString()
See Also

Reference

FpSpread Class
FpSpread Members