Skip to content

Table.TableCells.Layout.RangeEnumerable Class

An enumerable range that contains the layouts of all the rows and columns defined by the size of the range method within Cells

C#
public class Table.TableCells.Layout.RangeEnumerable : IEnumerable<Table.TableCells.Layout>, IEnumerable

Inheritance object

Implements IEnumerable<Table.TableCells.Layout>, IEnumerable

Sets the layout of all the columns and rows for the given params

C#
public void SetLayout(int? size = null, Color? foreground = null, Color? background = null, Table.Cell.Options? settings = null)

size int?

foreground System.NullableSadRogue.Primitives.Color

background System.NullableSadRogue.Primitives.Color

settings Table.Cell.Options

C#
public IEnumerator<Table.TableCells.Layout> GetEnumerator()

IEnumerator<Table.TableCells.Layout>