Show / Hide Table of Contents

Class FullRowRange

Inheritance
System.Object
Range
SimpleRange
FullRange
FullRowRange
Implements
IEnumerable<System.Object>
Inherited Members
FullRange.Label
FullRange.Worksheet
FullRange.SetStyle(CellStyle)
Range.Sort()
Range.Sort(SortOrder)
Range.Sort(SortOrder, SortOrientation)
Range.ToString()
Range.ClearBorders()
Range.SetArrayFormula(String, Boolean)
Range.SetArrayFormula(String)
Range.FindAll(FindArguments)
Range.ReplaceAll(ReplaceArguments)
Range.CopyFrom(Range, PasteOptions)
Range.Equals(Range)
Range.NameOrLabel
Range.Item[Int32]
Range.Foreground
Range.Background
Range.WrapText
Range.VerticalAlignment
Range.HorizontalAlignment
Range.Format
Range.IsLocked
Range.AbsoluteLabel
Range.FullAbsoluteLabel
Range.FullLabel
Range.Intersects(Range, Range)
Range.PropertyChanged
Range.ClearFormats()
Range.Clear()
Range.ClearContents()
Range.ClearComments()
Range.ClearHyperlinks()
Range.CellCount
Range.Fill
Range.Font
Range.Merge()
Range.Union(Range, Range)
Range.Intersection(Range, Range)
Range.SetColumnsWidthPixel(Double)
Range.SetRowsHeight(Double)
Range.SetFormula(String)
Range.SetFormula(String[])
Range.SetValue(Object)
Range.SetValue(Object[,])
Range.SetValue(Object[])
Range.SetValue(DateTime[])
Range.SetValue(Double[])
Range.SetValue(Int32[])
Range.SetValue(ErrorType[])
Namespace: DRIT.Spreadsheet
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
Range.ColumnCount

FirstColumnIndex

Declaration
public override int FirstColumnIndex { get; }
Property Value
Type Description
System.Int32
Overrides
Range.FirstColumnIndex

FirstRowIndex

Declaration
public override int FirstRowIndex { get; }
Property Value
Type Description
System.Int32
Overrides
Range.FirstRowIndex

IsFullColumn

Declaration
public override bool IsFullColumn { get; }
Property Value
Type Description
System.Boolean
Overrides
Range.IsFullColumn

IsFullRow

Declaration
public override bool IsFullRow { get; }
Property Value
Type Description
System.Boolean
Overrides
Range.IsFullRow

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
Type Description
Cell
Overrides
Range.Item[Int32, Int32]

RowCount

Declaration
public override int RowCount { get; }
Property Value
Type Description
System.Int32
Overrides
Range.RowCount

TopLeftCell

Declaration
public override Cell TopLeftCell { get; }
Property Value
Type Description
Cell
Overrides
Range.TopLeftCell

Methods

GetAllCells()

Declaration
public override IEnumerable<Cell> GetAllCells()
Returns
Type Description
IEnumerable<Cell>
Overrides
Range.GetAllCells()

GetColumns()

Declaration
public override IEnumerable<Column> GetColumns()
Returns
Type Description
IEnumerable<Column>
Overrides
Range.GetColumns()

GetRows()

Declaration
public override IEnumerable<Row> GetRows()
Returns
Type Description
IEnumerable<Row>
Overrides
Range.GetRows()

SetBorder(Border, BorderType)

Declaration
public override void SetBorder(Border border, BorderType borderType)
Parameters
Type Name Description
Border border
BorderType borderType
Overrides
Range.SetBorder(Border, BorderType)

Implements

IEnumerable<>
Back to top Generated by DocFX