'Declaration <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.CategoryAttribute("Spread Workbook")> <System.ComponentModel.DefaultValueAttribute()> 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.Category("Spread Workbook")] [System.ComponentModel.DefaultValue()] public System.int SheetCount {get; set;}