[]
Represents a one-dimensional collection of layout row objects.
public class LayoutRows : IList, ICollection, IEnumerable
Public Class LayoutRows
Implements IList, ICollection, IEnumerable
Name | Description |
---|---|
Count | Gets or sets the number of layout rows in the collection. |
this[int] | Gets a new row for the specified layout row. |
this[int, int] | Gets a new row for the specified range of layout rows. |
Name | Description |
---|---|
Add(int, int) | Adds a new row or range of rows for the layout. |
Remove(int, int) | Removes a row or range of rows from the layout. |