'Declaration Public ReadOnly Property IsProtectedStructure As Boolean
'Usage Dim instance As FpSpread Dim value As Boolean value = instance.IsProtectedStructure
public bool IsProtectedStructure {get;}
FpSpread1.Sheets[0].Cells[1,1].Text = FpSpread1.IsProtectedStructure.ToString();
FpSpread1.Sheets(0).Cells(1,1).Text = FpSpread1.IsProtectedStructure.ToString()
FpSpread Class FpSpread Members