[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Rows

Rows Class

Represents a one-dimensional collection of Row objects.

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

Properties

Name Description
Count

Gets or sets the number of rows in the collection.

Default

Gets a row for the default row (-1).

this[int]

Gets a new row for the specified row.

this[int, int]

Gets a new row for the specified range of rows.

Parent

Gets the parent object that contains this collection of rows.

Methods

Name Description
Add(int, int)

Adds a new row or range of rows.

AddRange(ICollection)

Not supported (throws InvalidOperationException).

Clear()

Not supported (throws InvalidOperationException).

Remove(int, int)

Removes a row or range of rows.