Condividi tramite


Range.Values Property

Get an enumeration representing the values of a range.

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

Syntax

'Declaration
Public ReadOnly Property Values As IEnumerable(Of Integer)
    Get
'Usage
Dim instance As Range
Dim value As IEnumerable(Of Integer)

value = instance.Values
public IEnumerable<int> Values { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
Returns IEnumerable<T>.

See Also

Reference

Range Class

Range Members

Microsoft.SharePoint.JSGrid Namespace