Table of Contents

Class XlsxCellBase

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public abstract class XlsxCellBase
Inheritance
XlsxCellBase
Derived
Inherited Members
Extension Methods

Constructors

XlsxCellBase(int, int, int, int)

protected XlsxCellBase(int colIndex, int rowIndex, int colSpan, int rowSpan)

Parameters

colIndex int
rowIndex int
colSpan int
rowSpan int

Properties

ColumnIndex

public int ColumnIndex { get; }

Property Value

int

ColumnSpan

public int ColumnSpan { get; }

Property Value

int

ExcelCode

public string ExcelCode { get; }

Property Value

string

RowIndex

public int RowIndex { get; }

Property Value

int

RowSpan

public int RowSpan { get; }

Property Value

int

Style

public XlsxCellStyle Style { get; set; }

Property Value

XlsxCellStyle

Methods

ApplyInternal(ExcelRange)

protected abstract void ApplyInternal(ExcelRange cell)

Parameters

cell ExcelRange

GetColumnCode(int)

public static string GetColumnCode(int index)

Parameters

index int

Returns

string