Spread for ASP.NET 10 Product Documentation
IsProtectedStructure Property
Example 


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()
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FpSpread Class
FpSpread Members

 

 


Copyright © GrapeCity, inc. All rights reserved.