[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Columns

Columns Class

Represents a one-dimensional collection of Column objects.

Inheritance
Columns
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class Columns : IList, ICollection, IEnumerable
Public Class Columns
    Implements IList, ICollection, IEnumerable

Properties

Name Description
Count

Gets or sets the number of columns in the collection.

Default

Gets a DefaultColumn object for the default column (-1).

this[int]

Gets a new column for the specified column.

this[int, int]

Gets a new column for the specified range of columns.

Parent

Gets the parent object that contains this collection of columns.

Methods

Name Description
Add(int, int)

Adds a new column or range of columns.

AddRange(ICollection)

Internal use only.

Clear()

Internal use only.

Remove(int, int)

Removes a column or range of columns.