WorksheetItem Property (String)Bytescout Spreadsheet SDK
Gets the Cell with the specified by A1-style reference.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public Cell this[
	string A1Ref
] { get; }

Parameters

A1Ref
Type: SystemString

Property Value

Type: Cell

Implements

IWorksheetItemString
See Also

Reference