Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

GridLayoutItemCollection.Add Method

Name Parameters Description
Add(LayoutItemBase) item Adds the specified item to the GridLayoutItemCollection collection.
Add<T>(String, String) caption, name Creates a new layout item with the specified caption and name and adds it to the collection.
Add<T>(String) caption Creates a new layout item with the specified caption and adds it to the collection.