Show / Hide Table of Contents

Class CellsRange

Inheritance
System.Object
Range
SimpleRange
CellsRange
SingleCellRange
Implements
IEnumerable<System.Object>
Inherited Members
Range.Sort()
Range.Sort(SortOrder)
Range.Sort(SortOrder, SortOrientation)
Range.ToString()
Range.ClearBorders()
Range.SetBorder(Border, BorderType)
Range.SetArrayFormula(String, Boolean)
Range.SetArrayFormula(String)
Range.FindAll(FindArguments)
Range.ReplaceAll(ReplaceArguments)
Range.TopLeftCell
Range.CopyFrom(Range, PasteOptions)
Range.Equals(Range)
Range.NameOrLabel
Range.Item[Int32, Int32]
Range.Item[Int32]
Range.FirstRowIndex
Range.FirstColumnIndex
Range.RowCount
Range.ColumnCount
Range.Foreground
Range.Background
Range.WrapText
Range.VerticalAlignment
Range.HorizontalAlignment
Range.Format
Range.IsLocked
Range.Worksheet
Range.Label
Range.AbsoluteLabel
Range.FullAbsoluteLabel
Range.FullLabel
Range.Intersects(Range, Range)
Range.SetStyle(CellStyle)
Range.PropertyChanged
Range.GetAllCells()
Range.GetColumns()
Range.GetRows()
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 abstract class CellsRange : SimpleRange, IRange, IArray, IEnumerable<object>, ICellEnumerator

Properties

BottomLeft

Declaration
public abstract Cell BottomLeft { get; }
Property Value
Type Description
Cell

BottomRight

Declaration
public abstract Cell BottomRight { get; }
Property Value
Type Description
Cell

IsFullColumn

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

IsFullRow

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

TopRight

Declaration
public abstract Cell TopRight { get; }
Property Value
Type Description
Cell

Methods

ApplySharedFormula(String)

Declaration
public void ApplySharedFormula(string formula)
Parameters
Type Name Description
System.String formula

Implements

IEnumerable<>
Back to top Generated by DocFX