Contains extension methods for TableBorder.
Methods
public static TableBorder GetSafeBorder(TableBorder border, bool safe)
Gets the safe border for a border.
Parameters:
border (TableBorder)The border to get the safe border for.
safe (bool)Whether or not to return the safe border.
Returns:
The safe border if one exist, otherwise the original border.