Print Suite .Net • Text Grid Printing
To print text grid with Print Suite .Net follow these steps:
- Drop TextGridProvider component onto you form
- Measure columns and specify the number of columns using MeasureColumn event
- Set the cells text and specify the number of rows using CellText event (all the rows will be measured automatically using text size)
- Customize TextGridProvider (fills, colors, borders, paddings) using appropriate properties, if you need it
- Customize fills, colors, borders and paddings of each cell using appropriate events, if you need it
- Print your print job as decribed on How to use it? page
|