[]
Represents the layout columns in the layout template.
public class LayoutColumns : IList, ICollection, IEnumerable
Public Class LayoutColumns
Implements IList, ICollection, IEnumerable
Name | Description |
---|---|
Count | Gets or sets the number of layout columns in the collection. |
this[int] | Gets a new layout column for the specified layout column. |
this[int, int] | Gets a new layout column for the specified range of layout columns. |
Name | Description |
---|---|
Add(int, int) | Adds a new layout column or range of layout columns. |
Remove(int, int) | Removes a column or range of layout columns. |