WorksheetCell Method (String)Bytescout Spreadsheet SDK
Return cell 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 Cell(
	string A1Ref
)

Parameters

A1Ref
Type: SystemString
The A1-style reference.

Return Value

Type: Cell

[Missing <returns> documentation for "M:Bytescout.Spreadsheet.Worksheet.Cell(System.String)"]

Implements

IWorksheetCell(String)
See Also

Reference