Click or drag to resize

CellRangeItem(String) Property

Gets excel cell with the specified full or partial name.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public ExcelCell this[
	string contextName
] { get; }

Parameters

contextName  String
Full or partial name of the cell.

Property Value

ExcelCell
See Also