Header menu logo FsSpreadsheet

FsRangeBase Type

Constructors

Constructor Description

FsRangeBase(rangeAddress)

Full Usage: FsRangeBase(rangeAddress)

Parameters:
Returns: FsRangeBase
rangeAddress : FsRangeAddress
Returns: FsRangeBase

Instance members

Instance member Description

this.Cell

Full Usage: this.Cell

Parameters:
Returns: FsCell
cellAddressInRange : FsAddress
cells : FsCellsCollection
Returns: FsCell

this.Cells

Full Usage: this.Cells

Parameters:
    cells : FsCellsCollection - The FsCellsCollection where the FsCells are retrieved from.

Returns: FsCell seq

Returns the FsCells of this FsRangeBase with the given FsCellsCollection.

cells : FsCellsCollection

The FsCellsCollection where the FsCells are retrieved from.

Returns: FsCell seq

this.ColumnCount

Full Usage: this.ColumnCount

Returns: int

The number of columns in the FsRangeBase.

Returns: int

this.Extend

Full Usage: this.Extend

Parameters:
address : FsAddress

this.RangeAddress

Full Usage: this.RangeAddress

this.RowCount

Full Usage: this.RowCount

Returns: int

The number of rows in the FsRangeBase.

Returns: int

Type something to start searching.