Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / SheetCount Property


In This Topic
    SheetCount Property (GcSpreadSheet)
    In This Topic
    Gets or sets the number of sheets for this control.
    Syntax
    'Declaration
     
    <CategoryAttribute("Spread Workbook")>
    <DefaultValueAttribute(1)>
    <BrowsableAttribute(False)>
    Public Property SheetCount As Integer
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Integer
     
    instance.SheetCount = value
     
    value = instance.SheetCount
    [Category("Spread Workbook")]
    [DefaultValue(1)]
    [Browsable(false)]
    public int SheetCount {get; set;}

    Property Value

    The number of sheets for this control.
    See Also