[]
Represents a collection for the SelectionInfo.
public sealed class SelectionInfoCollection : XamlCollection<SelectionInfo>, IList<SelectionInfo>, ICollection<SelectionInfo>, IEnumerable<SelectionInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class SelectionInfoCollection
Inherits XamlCollection(Of SelectionInfo)
Implements IList(Of SelectionInfo), ICollection(Of SelectionInfo), IEnumerable(Of SelectionInfo), IList, ICollection, IEnumerable
Name | Description |
---|---|
Count | Gets the number of sheets in the collection. |
this[int] | Gets the sheet at the special index. |