Skip to main content
All docs
V19.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.