[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.ColumnInfoCollection

ColumnInfoCollection Class

Represents a collection for the ColumnInfo.

Inheritance
ColumnInfoCollection
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public sealed class ColumnInfoCollection : XamlCollection<ColumnInfo>, IList<ColumnInfo>, ICollection<ColumnInfo>, IEnumerable<ColumnInfo>, IList, ICollection, IEnumerable
Public NotInheritable Class ColumnInfoCollection
    Inherits XamlCollection(Of ColumnInfo)
    Implements IList(Of ColumnInfo), ICollection(Of ColumnInfo), IEnumerable(Of ColumnInfo), 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
Clear()

Clears the collection.

RemoveAt(int)

Removes a sheet from the collection.