Table of Contents

Struct CellPosition

Namespace
WeihanLi.Npoi
Assembly
WeihanLi.Npoi.dll
public readonly record struct CellPosition : IEquatable<CellPosition>
Implements
Inherited Members

Constructors

CellPosition(int, int)

public CellPosition(int Row, int Column)

Parameters

Row int
Column int

Properties

Column

public int Column { get; init; }

Property Value

int

Row

public int Row { get; init; }

Property Value

int