Table.TableCells.Layout.RangeEnumerable Class
Definition
Section titled “Definition”An enumerable range that contains the layouts of all the rows and columns defined by the size of the range method within Cells
public class Table.TableCells.Layout.RangeEnumerable : IEnumerable<Table.TableCells.Layout>, IEnumerableInheritance object
Implements IEnumerable<Table.TableCells.Layout>, IEnumerable
Methods
Section titled “Methods”SetLayout(int?, Color?, Color?, Options?)
Section titled “SetLayout(int?, Color?, Color?, Options?)”Sets the layout of all the columns and rows for the given params
public void SetLayout(int? size = null, Color? foreground = null, Color? background = null, Table.Cell.Options? settings = null)Parameters
Section titled “Parameters”size int?
foreground System.NullableSadRogue.Primitives.Color
background System.NullableSadRogue.Primitives.Color
settings Table.Cell.Options
GetEnumerator()
Section titled “GetEnumerator()”public IEnumerator<Table.TableCells.Layout> GetEnumerator()