Click or drag to resize

ExcelRowCollectionItem(String) Property

Gets the row with the specified name.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public ExcelRow this[
	string name
] { get; }

Parameters

name  String
The name of the row.

Property Value

ExcelRow
See Also