如何在没有网格线的情况下打印datagridview?

编程入门 行业动态 更新时间:2024-10-28 08:21:41
本文介绍了如何在没有网格线的情况下打印datagridview?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

是否可以打印没有网格线的数据网格? 我尝试过: i试图搜索谷歌但仍未发现任何内容

is it possible to print a datagridview without gridlines? What I have tried: i tried to search the google but still found nothing

推荐答案

DataGridView myGrid; myGrid.BorderStyle = BorderStyle.None;

您使用的是Visual Studio吗?浏览IntelliSense通常最容易找到最接近的选项。

Are you using Visual Studio? It's usually easiest to browse through IntelliSense to find the closest looking option.

更多推荐

如何在没有网格线的情况下打印datagridview?

本文发布于:2023-11-05 08:59:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1560416.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网格   情况下   如何在   datagridview

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!