Table of Contents

Class XlsxColumnCollection

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

Constructors

XlsxColumnCollection()

public XlsxColumnCollection()

Properties

Count

public int Count { get; }

Property Value

int

this[int]

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

Parameters

index int

Property Value

XlsxColumn