'Declaration <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.CategoryAttribute("Spread Workbook")> Public Property SheetCount As System.Integer
'Usage Dim instance As GcSpreadSheet Dim value As System.Integer instance.SheetCount = value value = instance.SheetCount
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DefaultValue()] [System.ComponentModel.Category("Spread Workbook")] public System.int SheetCount {get; set;}