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

In This Topic
    Last Property (GridColumnCollection)
    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