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

IRangeProvider Methods

Provides properties and methods to get cell ranges.
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