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

RangeExtensions Class

Defines extension methods for the Range interface.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static class RangeExtensions

Remarks

To enable range extensions, explicitly import the DevExpress.Spreadsheet namespace into the code with a using directive (Imports in Visual Basic).

Subsequently, all extension methods become accessible as methods of the Range objects and called by using the instance method syntax.

Inheritance

Object
RangeExtensions
See Also