[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection-1

XamlCollection<T> Class

Represents a collection for the T.

Namespace: GrapeCity.Wpf.SpreadSheet.Xaml
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public abstract class XamlCollection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
Public MustInherit Class XamlCollection(Of T)
    Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IList, ICollection, IEnumerable
Type Parameters
Name Description
T

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(T)

Gets the index of a sheet.

RemoveAt(int)

Removes a sheet from the collection.