2. List boxes also allow a special headerrow to be used.
列表框一直允许使用一个特殊的表头行。
来自互联网
3. First, we instantiate a headerrow and add a corner cell to it.
首先,我们实例化一个标题行并向其添加一个左上角单元格。
来自互联网
4. Step 4 - select headerrow number and select XLS file to upload.
步骤4-选择标题行号,并选择要上传的XLS文件。
来自互联网
5. Including a headerrow with proper field names and a background color.
包括一个具有合适字段名和背景色的标题行。
来自互联网
6. The target worksheet must already exist and must already have the fields of the headerrow defined.
目标工作表必须已经存在,并且必须已经定义了标题行的字段。
来自互联网
7. Consider Listing 12, which demonstrates by retrieving only the headerrow of a specified worksheet.
考虑清单12,其中演示了只检索指定工作表的标题行。
来自互联网
8. It generates an HTML table with field names from the query result object as a headerrow, then each record listed subsequently.
它生成了一个html表,并且以来自查询结果对象的字段名作为表的标题行,之后,每条记录依次列出。
来自互联网
9. Before you begin, go back to the Google Spreadsheets GUI and create an empty spreadsheet with a headerrow corresponding to the fields in a typical RSS feed.
10. For the headerrow we'll use the built-in control (with a CornerRadius of 10 to get a nice rounded edge) and add some text inside it to create the Title.
12. So, in most cases you will need a meaningful header, an optimal number of columns, pagination, alternating row colors, proper column alignment, sorting and filtering capabilities and much more.
13. Expand a row first, then click on the Name header to perform the sorting.
首先,展开一行,然后单击Name标题执行排序。
来自互联网
14. When the list is rendered, the header and footer are usually displayed once, while the detail section is displayed for every row of the data set that is bound to the list.
当渲染列表时,头和尾通常只显示一次,而绑定到列表的数据集的每一行的细节部分都要显示。
来自互联网
15. Represented by the DataControlRowType enumeration, the type of the row indicates the position and the role (for example, footer, header, pager, and data row).
16. The meta data "{row: 1, column -> One} as A" means the UI element, a TextBox in our case, is in row 1 and the same column as where the header "One" is. The test code is very clean, for example