Table of Contents

Class XlsxRowCollection

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

Constructors

XlsxRowCollection()

public XlsxRowCollection()

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public XlsxRow this[int index] { get; set; }

Parameters

index int

Property Value

XlsxRow