Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RangeElement<T> Class / Objects Property


In This Topic
    Objects Property
    In This Topic
    Gets the list of elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property Objects As List(Of T)
    'Usage
     
    Dim instance As RangeElement(Of T)
    Dim value As List(Of T)
     
    value = instance.Objects
    public List<T> Objects {get;}
    See Also