设置 DataGridViewColumn 中单元格的格式
如何在 datagridview 单元格中向用户显示值为:12345678
的字符串:1234/56/78
。
我认为我应该使用 DataGridViewColumn
的 DefaultCellStyle.Format
属性,但我不知道合适的值是什么。
我正在使用 .NET Framework 2.0
How can I display the string with value: 12345678
to the user in a datagridview cell as: 1234/56/78
.
I think I should use the DefaultCellStyle.Format
property of the DataGridViewColumn
, But I don't know what the appropriate value is.
I'm using .NET Framework 2.0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以根据您的情况设置这样的格式
you can set the format like this for your case