Share via


Range.Length property

An integer representing the length of the range.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Length As Integer
    Get
    Private Set
'Usage
Dim instance As Range
Dim value As Integer

value = instance.Length
public int Length { get; private set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

Range class

Range members

Microsoft.SharePoint.JSGrid namespace