Method ToCellList
ToCellList(string, Attribute?)
Converts the string into a List<T>.
public static List<Cell> ToCellList(string str, Attribute? attribute = null)
Parameters
str
stringThe string to convert.
attribute
Attribute?The ColorScheme to use.