Method GetMaxColsForWidth
GetMaxColsForWidth(List<ustring>, int)
Gets the index position from the list based on the width
.
public static int GetMaxColsForWidth(List<ustring> lines, int width)
Parameters
Returns
- int
The index of the list that fit the width.