Input for WinForms | ComponentOne
C1.Framework Namespace / GridRowCollection Class / Last Property

In This Topic
    Last Property (GridRowCollection)
    In This Topic
    Gets or sets the last Element on the list.
    Syntax
    'Declaration
     
    
    Public Property Last As Element
    public Element Last {get; set;}
    See Also