找回密码
 立即注册

QQ登录

只需一步,快速开始

kysea
社区贡献组   /  发表于:2015-4-3 13:24  /   查看:3414  /  回复:1
Tables are represented by instances of the RenderTable class. To create a table, just invoke its constructor, for example like this:

?        Visual Basic
Dim rt1 As New C1.C1Preview.RenderTable()

?        C#
RenderTable rt1 = new RenderTable();

C1PrintDocument tables follow the model of Microsoft Excel. Though a newly created table is physically empty (that is, it does not take much space in memory), logically it is infinite: you can access any element (cell, row, or column) of a table without first adding rows or columns, and writing to that element will logically create all elements preceding it. For instance, setting the text of the cell of an empty table at row index 9 and column index 3 will make the table grow to 10 rows and 4 columns.

详情请参见文档

22-Tables.docx (73.69 KB, 下载次数: 185)

1 个回复

倒序浏览
kysea
社区贡献组   /  发表于:2015-4-23 17:12:00
沙发
恭喜GCDN用户考古程序猿已经完成翻译,获得 GCDN金币18630!

翻译文档如下:

22-表格.docx (42.93 KB, 下载次数: 157)
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部