Class SingleCellRange
Inheritance
System.Object
SingleCellRange
Implements
IEnumerable<System.Object>
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SingleCellRange : CellsRange, IRange, IArray, IEnumerable<object>, ICellEnumerator
Properties
BottomLeft
Declaration
public override Cell BottomLeft { get; }
Property Value
Overrides
BottomRight
Declaration
public override Cell BottomRight { get; }
Property Value
Overrides
ColumnCount
Declaration
public override int ColumnCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
FirstColumnIndex
Declaration
public override int FirstColumnIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
FirstRowIndex
Declaration
public override int FirstRowIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Item[Int32, Int32]
Declaration
public override Cell this[int row, int column] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Property Value
Overrides
Label
Declaration
public override string Label { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RowCount
Declaration
public override int RowCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
TopLeftCell
Declaration
public override Cell TopLeftCell { get; }
Property Value
Overrides
TopRight
Declaration
public override Cell TopRight { get; }
Property Value
Overrides
Worksheet
Declaration
public override Worksheet Worksheet { get; }
Property Value
Overrides
Methods
GetAllCells()
Declaration
public override IEnumerable<Cell> GetAllCells()
Returns
Type |
Description |
IEnumerable<Cell> |
|
Overrides
GetColumns()
Declaration
public override IEnumerable<Column> GetColumns()
Returns
Type |
Description |
IEnumerable<Column> |
|
Overrides
GetRows()
Declaration
public override IEnumerable<Row> GetRows()
Returns
Type |
Description |
IEnumerable<Row> |
|
Overrides
SetBorder(Border, BorderType)
Declaration
public override void SetBorder(Border border, BorderType borderType)
Parameters
Overrides
SetStyle(CellStyle)
Declaration
public override void SetStyle(CellStyle cellStyle)
Parameters
Overrides
Implements
IEnumerable<>