pub trait GuiGridView_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
Show 93 methods // Provided methods fn column_count(&self) -> Result<i32> { ... } fn current_cell_column(&self) -> Result<String> { ... } fn set_current_cell_column(&self, value: String) -> Result<()> { ... } fn current_cell_row(&self) -> Result<i32> { ... } fn set_current_cell_row(&self, value: i32) -> Result<()> { ... } fn first_visible_column(&self) -> Result<String> { ... } fn set_first_visible_column(&self, value: String) -> Result<()> { ... } fn first_visible_row(&self) -> Result<i32> { ... } fn set_first_visible_row(&self, value: i32) -> Result<()> { ... } fn frozen_column_count(&self) -> Result<i32> { ... } fn row_count(&self) -> Result<i32> { ... } fn selected_rows(&self) -> Result<String> { ... } fn set_selected_rows(&self, value: String) -> Result<()> { ... } fn selection_mode(&self) -> Result<String> { ... } fn title(&self) -> Result<String> { ... } fn toolbar_button_count(&self) -> Result<i32> { ... } fn visible_row_count(&self) -> Result<i32> { ... } fn clear_selection(&self) -> Result<()> { ... } fn click(&self, p0: i32, p1: String) -> Result<()> { ... } fn click_current_cell(&self) -> Result<()> { ... } fn context_menu(&self) -> Result<()> { ... } fn current_cell_moved(&self) -> Result<()> { ... } fn delete_rows(&self, p0: String) -> Result<()> { ... } fn deselect_column(&self, p0: String) -> Result<()> { ... } fn double_click(&self, p0: i32, p1: String) -> Result<()> { ... } fn double_click_current_cell(&self) -> Result<()> { ... } fn duplicate_rows(&self, p0: String) -> Result<()> { ... } fn get_cell_changeable(&self, p0: i32, p1: String) -> Result<bool> { ... } fn get_cell_check_box_checked(&self, p0: i32, p1: String) -> Result<bool> { ... } fn get_cell_color(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_height(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_hotspot_type(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_icon(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_left(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_list_box_count(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_list_box_cur_index(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_max_length(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_state(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_tooltip(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_top(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_cell_type(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_value(&self, p0: i32, p1: String) -> Result<String> { ... } fn get_cell_width(&self, p0: i32, p1: String) -> Result<i32> { ... } fn get_color_info(&self, p0: i32) -> Result<String> { ... } fn get_column_data_type(&self, p0: String) -> Result<String> { ... } fn get_column_operation_type(&self, p0: String) -> Result<String> { ... } fn get_column_position(&self, p0: String) -> Result<i32> { ... } fn get_column_sort_type(&self, p0: String) -> Result<String> { ... } fn get_column_tooltip(&self, p0: String) -> Result<String> { ... } fn get_column_total_type(&self, p0: String) -> Result<String> { ... } fn get_displayed_column_title(&self, p0: String) -> Result<String> { ... } fn get_row_total_level(&self, p0: i32) -> Result<i32> { ... } fn get_symbol_info(&self, p0: String) -> Result<String> { ... } fn get_toolbar_button_checked(&self, p0: i32) -> Result<bool> { ... } fn get_toolbar_button_enabled(&self, p0: i32) -> Result<bool> { ... } fn get_toolbar_button_icon(&self, p0: i32) -> Result<String> { ... } fn get_toolbar_button_id(&self, p0: i32) -> Result<String> { ... } fn get_toolbar_button_text(&self, p0: i32) -> Result<String> { ... } fn get_toolbar_button_tooltip(&self, p0: i32) -> Result<String> { ... } fn get_toolbar_button_type(&self, p0: i32) -> Result<String> { ... } fn get_toolbar_focus_button(&self) -> Result<i32> { ... } fn has_cell_f4_help(&self, p0: i32, p1: String) -> Result<bool> { ... } fn history_cur_entry(&self, p0: i32, p1: String) -> Result<String> { ... } fn history_cur_index(&self, p0: i32, p1: String) -> Result<i32> { ... } fn history_is_active(&self, p0: i32, p1: String) -> Result<bool> { ... } fn history_list(&self, p0: i32, p1: String) -> Result<GuiCollection> { ... } fn insert_rows(&self, p0: String) -> Result<()> { ... } fn is_cell_hotspot(&self, p0: i32, p1: String) -> Result<bool> { ... } fn is_cell_symbol(&self, p0: i32, p1: String) -> Result<bool> { ... } fn is_cell_total_expander(&self, p0: i32, p1: String) -> Result<bool> { ... } fn is_column_filtered(&self, p0: String) -> Result<bool> { ... } fn is_column_key(&self, p0: String) -> Result<bool> { ... } fn is_total_row_expanded(&self, p0: i32) -> Result<bool> { ... } fn modify_cell(&self, p0: i32, p1: String, p2: String) -> Result<()> { ... } fn modify_check_box(&self, p0: i32, p1: String, p2: bool) -> Result<()> { ... } fn move_rows(&self, p0: i32, p1: i32, p2: i32) -> Result<()> { ... } fn press_button(&self, p0: i32, p1: String) -> Result<()> { ... } fn press_button_current_cell(&self) -> Result<()> { ... } fn press_column_header(&self, p0: String) -> Result<()> { ... } fn press_enter(&self) -> Result<()> { ... } fn press_f1(&self) -> Result<()> { ... } fn press_f4(&self) -> Result<()> { ... } fn press_toolbar_button(&self, p0: String) -> Result<()> { ... } fn press_toolbar_context_button(&self, p0: String) -> Result<()> { ... } fn press_total_row(&self, p0: i32, p1: String) -> Result<()> { ... } fn press_total_row_current_cell(&self) -> Result<()> { ... } fn select_all(&self) -> Result<()> { ... } fn select_column(&self, p0: String) -> Result<()> { ... } fn selection_changed(&self) -> Result<()> { ... } fn select_toolbar_menu_item(&self, p0: String) -> Result<()> { ... } fn set_column_width(&self, p0: String, p1: i32) -> Result<()> { ... } fn set_current_cell(&self, p0: i32, p1: String) -> Result<()> { ... } fn trigger_modified(&self) -> Result<()> { ... }
}

Provided Methods§

source

fn column_count(&self) -> Result<i32>

source

fn current_cell_column(&self) -> Result<String>

source

fn set_current_cell_column(&self, value: String) -> Result<()>

source

fn current_cell_row(&self) -> Result<i32>

source

fn set_current_cell_row(&self, value: i32) -> Result<()>

source

fn first_visible_column(&self) -> Result<String>

source

fn set_first_visible_column(&self, value: String) -> Result<()>

source

fn first_visible_row(&self) -> Result<i32>

source

fn set_first_visible_row(&self, value: i32) -> Result<()>

source

fn frozen_column_count(&self) -> Result<i32>

source

fn row_count(&self) -> Result<i32>

source

fn selected_rows(&self) -> Result<String>

source

fn set_selected_rows(&self, value: String) -> Result<()>

source

fn selection_mode(&self) -> Result<String>

source

fn title(&self) -> Result<String>

source

fn toolbar_button_count(&self) -> Result<i32>

source

fn visible_row_count(&self) -> Result<i32>

source

fn clear_selection(&self) -> Result<()>

source

fn click(&self, p0: i32, p1: String) -> Result<()>

source

fn click_current_cell(&self) -> Result<()>

source

fn context_menu(&self) -> Result<()>

source

fn current_cell_moved(&self) -> Result<()>

source

fn delete_rows(&self, p0: String) -> Result<()>

source

fn deselect_column(&self, p0: String) -> Result<()>

source

fn double_click(&self, p0: i32, p1: String) -> Result<()>

source

fn double_click_current_cell(&self) -> Result<()>

source

fn duplicate_rows(&self, p0: String) -> Result<()>

source

fn get_cell_changeable(&self, p0: i32, p1: String) -> Result<bool>

source

fn get_cell_check_box_checked(&self, p0: i32, p1: String) -> Result<bool>

source

fn get_cell_color(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_height(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_hotspot_type(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_icon(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_left(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_list_box_count(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_list_box_cur_index(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_max_length(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_state(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_tooltip(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_top(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_cell_type(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_value(&self, p0: i32, p1: String) -> Result<String>

source

fn get_cell_width(&self, p0: i32, p1: String) -> Result<i32>

source

fn get_color_info(&self, p0: i32) -> Result<String>

source

fn get_column_data_type(&self, p0: String) -> Result<String>

source

fn get_column_operation_type(&self, p0: String) -> Result<String>

source

fn get_column_position(&self, p0: String) -> Result<i32>

source

fn get_column_sort_type(&self, p0: String) -> Result<String>

source

fn get_column_tooltip(&self, p0: String) -> Result<String>

source

fn get_column_total_type(&self, p0: String) -> Result<String>

source

fn get_displayed_column_title(&self, p0: String) -> Result<String>

source

fn get_row_total_level(&self, p0: i32) -> Result<i32>

source

fn get_symbol_info(&self, p0: String) -> Result<String>

source

fn get_toolbar_button_checked(&self, p0: i32) -> Result<bool>

source

fn get_toolbar_button_enabled(&self, p0: i32) -> Result<bool>

source

fn get_toolbar_button_icon(&self, p0: i32) -> Result<String>

source

fn get_toolbar_button_id(&self, p0: i32) -> Result<String>

source

fn get_toolbar_button_text(&self, p0: i32) -> Result<String>

source

fn get_toolbar_button_tooltip(&self, p0: i32) -> Result<String>

source

fn get_toolbar_button_type(&self, p0: i32) -> Result<String>

source

fn get_toolbar_focus_button(&self) -> Result<i32>

source

fn has_cell_f4_help(&self, p0: i32, p1: String) -> Result<bool>

source

fn history_cur_entry(&self, p0: i32, p1: String) -> Result<String>

source

fn history_cur_index(&self, p0: i32, p1: String) -> Result<i32>

source

fn history_is_active(&self, p0: i32, p1: String) -> Result<bool>

source

fn history_list(&self, p0: i32, p1: String) -> Result<GuiCollection>

source

fn insert_rows(&self, p0: String) -> Result<()>

source

fn is_cell_hotspot(&self, p0: i32, p1: String) -> Result<bool>

source

fn is_cell_symbol(&self, p0: i32, p1: String) -> Result<bool>

source

fn is_cell_total_expander(&self, p0: i32, p1: String) -> Result<bool>

source

fn is_column_filtered(&self, p0: String) -> Result<bool>

source

fn is_column_key(&self, p0: String) -> Result<bool>

source

fn is_total_row_expanded(&self, p0: i32) -> Result<bool>

source

fn modify_cell(&self, p0: i32, p1: String, p2: String) -> Result<()>

source

fn modify_check_box(&self, p0: i32, p1: String, p2: bool) -> Result<()>

source

fn move_rows(&self, p0: i32, p1: i32, p2: i32) -> Result<()>

source

fn press_button(&self, p0: i32, p1: String) -> Result<()>

source

fn press_button_current_cell(&self) -> Result<()>

source

fn press_column_header(&self, p0: String) -> Result<()>

source

fn press_enter(&self) -> Result<()>

source

fn press_f1(&self) -> Result<()>

source

fn press_f4(&self) -> Result<()>

source

fn press_toolbar_button(&self, p0: String) -> Result<()>

source

fn press_toolbar_context_button(&self, p0: String) -> Result<()>

source

fn press_total_row(&self, p0: i32, p1: String) -> Result<()>

source

fn press_total_row_current_cell(&self) -> Result<()>

source

fn select_all(&self) -> Result<()>

source

fn select_column(&self, p0: String) -> Result<()>

source

fn selection_changed(&self) -> Result<()>

source

fn select_toolbar_menu_item(&self, p0: String) -> Result<()>

source

fn set_column_width(&self, p0: String, p1: i32) -> Result<()>

source

fn set_current_cell(&self, p0: i32, p1: String) -> Result<()>

source

fn trigger_modified(&self) -> Result<()>

Implementors§