Link Search Menu Expand Document

WorksheetItem Property (Int32, Int32)

Gets the Cell with the specified row and col.

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

Parameters

row
Type: SystemInt32
col
Type: SystemInt32

Property Value

Type: Cell

Implements

IWorksheetItemInt32, Int32
See Also

Reference