Show / Hide Table of Contents

Struct CellSpan

Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public struct CellSpan

Constructors

CellSpan(Int32, Int32)

Declaration
public CellSpan(int row, int column)
Parameters
Type Name Description
System.Int32 row
System.Int32 column

Properties

Column

Declaration
public int Column { get; }
Property Value
Type Description
System.Int32

Row

Declaration
public int Row { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX