Class Table.TableCells.Layout.RangeEnumerable
An enumerable range that contains the layouts of all the rows and columns defined by the size of the range method within Cells
Inherited Members
Namespace: SadConsole.UI.Controls
Assembly: SadConsole.Extended.dll
Syntax
public class Table.TableCells.Layout.RangeEnumerable : IEnumerable<Table.TableCells.Layout>, IEnumerable
Methods
GetEnumerator()
Declaration
public IEnumerator<Table.TableCells.Layout> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Table.TableCells.Layout> |
SetLayout(int?, Color?, Color?, Options?)
Sets the layout of all the columns and rows for the given params
Declaration
public void SetLayout(int? size = null, Color? foreground = null, Color? background = null, Table.Cell.Options? settings = null)