Range class
An object used to represent a range of integer values.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.JSGrid.Range
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class Range
'Usage
Dim instance As Range
public sealed class Range
Remarks
The range is designated by a starting point and a length.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.