Method ToCellList
ToCellList(string, Attribute?)
Converts the string into a List<T>.
public static List<Cell> ToCellList(string str, Attribute? attribute = null)
Converts the string into a List<T>.
public static List<Cell> ToCellList(string str, Attribute? attribute = null)