Click or drag to resize

ExcelColumnCollectionItem(String) Property

Gets the column with the specified name.

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

Parameters

name  String
The name of the column.

Property Value

ExcelColumn
See Also