Table of Contents

Struct XlsxCellCollection.XlsxCellKey

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public struct XlsxCellCollection.XlsxCellKey
Inherited Members
Extension Methods

Constructors

XlsxCellKey(int, int)

public XlsxCellKey(int column, int row)

Parameters

column int
row int

Properties

Column

public int Column { get; }

Property Value

int

Row

public int Row { get; }

Property Value

int

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int