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

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

Cell this[
	string A1Ref
] { get; }

Parameters

A1Ref
Type: SystemString

Property Value

Type: Cell
See Also

Reference