InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / 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