C# Syntax
public interface ITableBase
Name | Description | |
---|---|---|
ActivateCell | Overloaded. Double-clicks a cell by row and column indexes. | |
ActivateColumn | Overloaded. Double-clicks a column by column index. | |
DeselectRowsRange | Unselects a range of rows by rows indexes. | |
SelectCell | Overloaded. Clicks a cell by row and column indexes. | |
SelectCellRange | Overloaded. Selects a range of cells in a table by rows and columns indexes. | |
SelectColumnsRange | Overloaded. Selects a range of columns by column indexes. | |
SelectRowsRange | Selects a range of rows by indexes. |