my code is
StringBuilder sb = new StringBuilder();
sb.Append("
| "); sb.Append(cell.Value); sb.AppendFormat(" | ");
my code is
StringBuilder sb = new StringBuilder();
sb.Append("
| "); sb.Append(cell.Value); sb.AppendFormat(" | ");
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohammed AshrafPosted Jan 19, 2017, 12:18 AM