Click or drag to resize

ExcelColumnCollectionItem(Int32) Property

Gets the column with the specified index.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public ExcelColumn this[
	int index
] { get; }

Parameters

index  Int32
The index of the column.

Property Value

ExcelColumn
See Also