Class XlsxCellBase
- Namespace
- Shift.Toolbox
- Assembly
- Shift.Toolbox.dll
public abstract class XlsxCellBase
- Inheritance
-
XlsxCellBase
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
protected XlsxCellBase(int colIndex, int rowIndex, int colSpan, int rowSpan)
Parameters
colIndex int
rowIndex int
colSpan int
rowSpan int
Properties
public int ColumnIndex { get; }
Property Value
- int
public int ColumnSpan { get; }
Property Value
- int
public string ExcelCode { get; }
Property Value
- string
public int RowIndex { get; }
Property Value
- int
public int RowSpan { get; }
Property Value
- int
public XlsxCellStyle Style { get; set; }
Property Value
- XlsxCellStyle
Methods
protected abstract void ApplyInternal(ExcelRange cell)
Parameters
cell ExcelRange
public static string GetColumnCode(int index)
Parameters
index int
Returns
- string