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.

See Also

Reference

Range Members

Microsoft.SharePoint.JSGrid Namespace