WorksheetRange Method (String)Bytescout Spreadsheet SDK
Return cell range the specified by A1-style reference.

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

public Range Range(
	string A1Ref
)

Parameters

A1Ref
Type: SystemString
The A1-style reference.

Return Value

Type: Range

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

Implements

IWorksheetRange(String)
See Also

Reference