Link Search Menu Expand Document

WorksheetItem Property (String)

Gets the Cell with the specified by A1-style reference.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Cell this[
	string A1Ref
] { get; }

Parameters

A1Ref
Type: SystemString

Property Value

Type: Cell

Implements

IWorksheetItemString
See Also

Reference