Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150401 | Jan 6,2020 07:13 AM UTC | Jan 7,2020 01:08 PM UTC | WPF | 1 |
![]() |
Tags: PDF |
//Specify the style for PdfGridCell
PdfGridCellStyle cellStyle = new PdfGridCellStyle();
cellStyle.Borders.Bottom.Color = new PdfColor(Color.Transparent);
//Apply cell style
PdfGridCell cell = pdfGrid.Rows[0].Cells[0];
cell.Style = cellStyle; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.