Class XlsxCellCollection
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
Property Value
Methods
Add(XlsxCellBase)
public void Add(XlsxCellBase cell)
Parameters
cellXlsxCellBase
GetColumn(int)
public IEnumerable<XlsxCellBase> GetColumn(int row)
Parameters
rowint
Returns
GetRow(int)
public IEnumerable<XlsxCellBase> GetRow(int col)
Parameters
colint