Show / Hide Table of Contents

Class SingleCellRange

Inheritance
System.Object
Range
SimpleRange
CellsRange
SingleCellRange
Implements
IEnumerable<System.Object>
Inherited Members
CellsRange.ApplySharedFormula(String)
CellsRange.IsFullColumn
CellsRange.IsFullRow
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 SingleCellRange : CellsRange, IRange, IArray, IEnumerable<object>, ICellEnumerator

Properties

BottomLeft

Declaration
public override Cell BottomLeft { get; }
Property Value
Type Description
Cell
Overrides
CellsRange.BottomLeft

BottomRight

Declaration
public override Cell BottomRight { get; }
Property Value
Type Description
Cell
Overrides
CellsRange.BottomRight

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

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]

Label

Declaration
public override string Label { get; }
Property Value
Type Description
System.String
Overrides
Range.Label

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

TopRight

Declaration
public override Cell TopRight { get; }
Property Value
Type Description
Cell
Overrides
CellsRange.TopRight

Worksheet

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

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)

SetStyle(CellStyle)

Declaration
public override void SetStyle(CellStyle cellStyle)
Parameters
Type Name Description
CellStyle cellStyle
Overrides
Range.SetStyle(CellStyle)

Implements

IEnumerable<>
Back to top Generated by DocFX