Share via


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