Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IRangeProvider Members

Provides properties and methods to get cell ranges.

Properties

Name Description
Item[String] Gets a cell range by its reference string.

Methods

Name Description
FromLTRB(Int32, Int32, Int32, Int32) Returns a cell range by the indexes of the bounding rows and columns.
Parse(String, ReferenceStyle) Returns a cell range by its reference string in the specified reference style.
Parse(String) Returns a cell range by its reference string in the A1 reference style.
Union(Range[]) Creates a complex range that is the union of multiple ranges.
Union(IEnumerable<Range>) Creates a complex range that is the union of multiple ranges.
See Also