Condividi tramite


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