Class FullRowRange
Inheritance
System.Object
FullRowRange
Implements
IEnumerable<System.Object>
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FullRowRange : FullRange, IRange, IArray, IEnumerable<object>, ICellEnumerator
Constructors
FullRowRange(Row)
Declaration
public FullRowRange(Row row)
Parameters
Type |
Name |
Description |
Row |
row |
|
FullRowRange(Row, Row)
Declaration
public FullRowRange(Row row1, Row row2)
Parameters
Type |
Name |
Description |
Row |
row1 |
|
Row |
row2 |
|
Properties
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
IsFullColumn
Declaration
public override bool IsFullColumn { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsFullRow
Declaration
public override bool IsFullRow { get; }
Property Value
Type |
Description |
System.Boolean |
|
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
RowCount
Declaration
public override int RowCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
TopLeftCell
Declaration
public override Cell TopLeftCell { 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
Implements
IEnumerable<>