[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.SheetInfoCollection

SheetInfoCollection Class

Represents a collection for the SheetInfo.

Inheritance
SheetInfoCollection
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public sealed class SheetInfoCollection : IList<SheetInfo>, ICollection<SheetInfo>, IEnumerable<SheetInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class SheetInfoCollection
    Implements IList(Of SheetInfo), ICollection(Of SheetInfo), IEnumerable(Of SheetInfo), IList, ICollection, IEnumerable

Properties

Name Description
Count

Gets the number of sheets in the collection.

this[int]

Gets the sheet at the special index.

Methods

Name Description
Add()

Adds a sheet into the collection.

Clear()

Clears the collection.

IndexOf(SheetInfo)

Gets the index of a sheet.

RemoveAt(int)

Removes a sheet from the collection.