Table of Contents

Class CellIndexer

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll
public class CellIndexer
Inheritance
CellIndexer
Inherited Members

Constructors

CellIndexer(Worksheet)

Initializes a new instance of the CellIndexer class.

public CellIndexer(Worksheet worksheet)

Parameters

worksheet Worksheet

The worksheet to index.

Exceptions

ArgumentNullException

Thrown when worksheet is null.

Properties

this[string]

Gets the cell at the specified reference in A1 notation. This indexer provides a convenient way to access cells within the worksheet.

public Cell this[string cellReference] { get; }

Parameters

cellReference string

The cell reference in A1 notation.

Property Value

Cell

The cell at the specified reference.