[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AppearanceStyleCollection

AppearanceStyleCollection Class

Represents a collection of AppearanceStyleInfos.

Inheritance
AppearanceStyleCollection
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[ListBindable(false)]
public sealed class AppearanceStyleCollection : Collection<AppearanceStyleInfo>, IList<AppearanceStyleInfo>, ICollection<AppearanceStyleInfo>, IList, ICollection, IReadOnlyList<AppearanceStyleInfo>, IReadOnlyCollection<AppearanceStyleInfo>, IEnumerable<AppearanceStyleInfo>, IEnumerable
<ListBindable(False)>
Public NotInheritable Class AppearanceStyleCollection
    Inherits Collection(Of AppearanceStyleInfo)
    Implements IList(Of AppearanceStyleInfo), ICollection(Of AppearanceStyleInfo), IList, ICollection, IReadOnlyList(Of AppearanceStyleInfo), IReadOnlyCollection(Of AppearanceStyleInfo), IEnumerable(Of AppearanceStyleInfo), IEnumerable

Methods

Name Description
AddRange(IEnumerable<AppearanceStyleInfo>)

Adds a set of AppearanceStyleInfos to the current AppearanceStyleCollection.

ClearItems()

Removes all elements from the Collection<T>.

InsertItem(int, AppearanceStyleInfo)

Inserts an element into the Collection<T> at the specified index.

RemoveItem(int)

Removes the element at the specified index of the Collection<T>.

SetItem(int, AppearanceStyleInfo)

Replaces the element at the specified index.

See Also