/// prepare table-level template internal void PrepareReformat() { TemplateContentReformat = T.Reformat(TemplateContent); // what's the table we're dealing with here? }
public static string ReplaceValues(TableElement table, string tableTemplate) { table.InitializeDictionary(); return(table.Reformat(tableTemplate)); }