Show / Hide Table of Contents

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

Inheritance
object
Table.TableCells.Layout.RangeEnumerable
Implements
IEnumerable<Table.TableCells.Layout>
IEnumerable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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)
Parameters
Type Name Description
int? size
Color? foreground
Color? background
Table.Cell.Options settings

Implements

IEnumerable<T>
IEnumerable

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX