TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Goran Bibic
484
2.9k
196.7k
Multiple datetime from datagrid itextsharp PDF c#
Sep 20 2018 1:59 AM
I have solution and work fine
I need in line 7 to add multiple columns with date and time...some help?
//Adding DataRow
foreach
(DataGridViewRow row
in
mp_racun_listaDataGridView.Rows)
{
int
c = 0;
foreach
(DataGridViewCell cell
in
row.Cells)
{
if
(c == 2)
{
PdfPCell cell2 =
new
PdfPCell(
new
Phrase(cell.Value.ToString().Split(
' '
)[0], calibri));
pdfTable.AddCell(cell2);
}
else
{
PdfPCell cell2 =
new
PdfPCell(
new
Phrase(cell.Value.ToString(), calibri));
pdfTable.AddCell(cell2);
}
c++;
}
}
Reply
Answers (
2
)
document.close() and application.quite() event in word addin
C# File upload through API Bad request error