Interface IAPOGrid
An APO grid control in a SAP GUI for Windows application.
public interface IAPOGrid : ITableBase<IAPOGridCell>, IEnabledProvider, IElement, ITestObject, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject
- Inherited Members
- Extension Methods
Methods
ClearSelection()
Clears the selected rows or columns in the APO grid.
void ClearSelection()
DeselectCell(uint, string)
Unselects the specified cell by row index and column name.
void DeselectCell(uint row, string column)
Parameters
DeselectCell(uint, uint)
Unselects the specified cell by row and column index.
void DeselectCell(uint row, uint columnIndex)
Parameters
SelectColumnMenuItem(string, string)
Right-clicks the specified column and selects the specified menu item by column name.
void SelectColumnMenuItem(string column, string menuItem)
Parameters
SelectColumnMenuItem(uint, string)
Right-clicks the specified column and selects the specified menu item by column index.
void SelectColumnMenuItem(uint columnIndex, string menuItem)