211、tbl_deselect_row ( table, row );取消選擇表里某行
212、tbl_deselect_rows_range ( table, from_row, to_row );取消選擇表里某幾行
213、tbl_extend_col ( table, column );往表里當前列加一列
214、tbl_extend_cols_range ( table, from_column, to_column );往表里當前列加多列
215、tbl_extend_row ( table, row );往表里當前行前加一行
216、tbl_extend_rows_range ( table, from_row, to_row );往表里當前行加多行
217、tbl_get_cell_data ( table, row, column, out_text );返回表里指定單元的內(nèi)容
218、tbl_get_cols_count ( table, out_cols_count );返回表的列數(shù)
219、tbl_get_column_name ( table, col_index, out_col_name );返回表里指定列的標題名稱
220、tbl_get_column_names ( table, out_col_names, out_cols_count );返回表里列的名稱和個數(shù)
221、tbl_get_rows_count ( table, out_rows_count );返回表的行數(shù)
222、tbl_get_selected_cell ( table, out_row, out_column );返回表里焦點所在單元
223、tbl_get_selected_row ( table, row );返回當前焦點所在行
224、tbl_select_cells_range ( table, start_row, start_col, end_row, end_col );在表里點擊選定的幾個單元
225、tbl_select_col_header ( table, column );選定指定的列的標題
226、tbl_select_cols_range ( table, from_column, to_column );在表里選定指定的幾列
227、tbl_select_rows_range ( table, from_row, to_row );在表里選定指定的幾行
228、tbl_set_cell_data ( table, row, column, data );設(shè)置表里某單元的內(nèi)容
229、tbl_set_cell_focus ( table, row, column );設(shè)置表里焦點到某個單元
230、tbl_set_selected_cell ( table, row, column );在表里選定指定的單元
231、tbl_set_selected_col ( table, column );在表里選定指定的列
232、tbl_set_selected_row ( table, row );在表里選定指定的行
233、obj_click_on_text ( object, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );點擊一個對象的文本
234、obj_find_text ( object, string, result_array [, search_area [, string_def ] ] );返回一個對象字符串的位置
235、obj_get_text ( object, out_text [, x1, y1, x2, y2 ] );從對象里讀取文本
236、obj_move_locator_text ( object, string [ , search_area [ , string_def ] ] );在對象里把鼠標焦點落在字符串
237、win_find_text ( window, string, result_array [, search_area [, string_def ] ] );在一個窗口返回字符串位置
238、win_click_on_text (window, string [ ,search_area [ , string_def [ , mouse_button ] ] ] );在窗口搜索文本
239、win_get_text ( window, out_text [, x1, y1, x2, y2] );從窗口指定的區(qū)域讀取文本
240、win_move_locator_text ( window, string [ ,search_area [ ,string_def ] ] );在窗口里把鼠標焦點落在字符串
相關(guān)推薦:推薦:2010年計算機軟件水平考試必備完美攻略北京 | 天津 | 上海 | 江蘇 | 山東 |
安徽 | 浙江 | 江西 | 福建 | 深圳 |
廣東 | 河北 | 湖南 | 廣西 | 河南 |
海南 | 湖北 | 四川 | 重慶 | 云南 |
貴州 | 西藏 | 新疆 | 陜西 | 山西 |
寧夏 | 甘肅 | 青海 | 遼寧 | 吉林 |
黑龍江 | 內(nèi)蒙古 |