Table of Contents

Class XlsxCellCollection

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public class XlsxCellCollection
Inheritance
XlsxCellCollection
Inherited Members
Extension Methods

Constructors

XlsxCellCollection()

public XlsxCellCollection()

Properties

this[int, int]

public XlsxCellBase this[int col, int row] { get; }

Parameters

col int
row int

Property Value

XlsxCellBase

Methods

Add(XlsxCellBase)

public void Add(XlsxCellBase cell)

Parameters

cell XlsxCellBase

GetColumn(int)

public IEnumerable<XlsxCellBase> GetColumn(int row)

Parameters

row int

Returns

IEnumerable<XlsxCellBase>

GetRow(int)

public IEnumerable<XlsxCellBase> GetRow(int col)

Parameters

col int

Returns

IEnumerable<XlsxCellBase>