Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / SheetCount Property


In This Topic
    SheetCount Property (Workbook)
    In This Topic
    Gets or sets the number of sheets for this workbook.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Property SheetCount As Integer
    'Usage
     
    Dim instance As Workbook
    Dim value As Integer
     
    instance.SheetCount = value
     
    value = instance.SheetCount
    [DefaultValue(0)]
    public int SheetCount {get; set;}

    Property Value

    The number of sheets for this workbook.
    See Also