Class Row

class Row ;

Constructors

NameDescription
this (table, nrOfColumns, header)

Fields

NameTypeDescription
cells Cell[]
header bool
height ulong
nrOfColumns ulong
table AsciiTable

Methods

NameDescription
add (v)
format ()
render (row, leftBorder, columnSeparator, rightBorder)
row ()
toString ()
width (columnSeparator)