| "); foreach (OLVColumn col in columns) { if (col != columns[0]) { sbText.Append("\t"); sbHtml.Append(" | "); } string strValue = col.Text; sbText.Append(strValue); sbHtml.Append(strValue); //TODO: Should encode the string value } sbText.AppendLine(); sbHtml.AppendLine(" |
| "); foreach (OLVColumn col in columns) { if (col != columns[0]) { sbText.Append("\t"); sbHtml.Append(" | "); } string strValue = col.GetStringValue(modelObject); sbText.Append(strValue); sbHtml.Append(strValue); //TODO: Should encode the string value } sbText.AppendLine(); sbHtml.AppendLine(" |
| "); foreach (OLVColumn col in columns) { if (col != columns[0]) { sbHtml.Append(" | "); } string strValue = col.GetStringValue(modelObject); sbHtml.Append(strValue); //TODO: Should encode the string value } sbHtml.AppendLine(" |