Show / Hide Table of Contents

Class FullColumnRange

Represents a range that span one or many full columns.

Inheritance
System.Object
Range
SimpleRange
FullColumnRange
Implements
IEnumerable<System.Object>
Inherited Members
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 FullColumnRange : SimpleRange, IRange, IArray, IEnumerable<object>, ICellEnumerator

Constructors

FullColumnRange(Column)

Initializes a new instance of FullColumnRange.

Declaration
public FullColumnRange(Column column)
Parameters
Type Name Description
Column column

FullColumnRange(Column, Column)

Declaration
public FullColumnRange(Column column1, Column column2)
Parameters
Type Name Description
Column column1
Column column2

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]

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

Get the cell in the top left corner of the range

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

Worksheet

Declaration
public override sealed 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