[]
        
(Showing Draft Content)

C1.Excel.XLRange

XLRange Class

The simple cell range.

Inheritance
XLRange
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLRange

Constructors

Name Description
XLRange(int, int)

Initialization range.

XLRange(int, int, int, int)

Initialization range.

XLRange(string, XLReferenceMode)

Initialization range.

Properties

Name Description
ColumnFirst

Gets or sets the index of the left column in the range.

ColumnLast

Gets or sets the index of the right column in the range.

RowFirst

Gets the index of the top row in the range.

RowLast

Gets or sets the index of the bottom row in the range.

Methods

Name Description
Clone()

Creates a new XLRange object that is a copy of the current instance.

Equals(object)
GetHashCode()
ToString()