IWorksheetItem Property (Int32, Int32)Bytescout Spreadsheet SDK
Gets the Cell with the specified row and col.

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

Cell this[
	int row,
	int col
] { get; }

Parameters

row
Type: SystemInt32
col
Type: SystemInt32

Property Value

Type: Cell
See Also

Reference