Microsoft OCX MS Grid Common controls
Pega Robotic Automation version 8.0 SP1 2035 and later includes support for Microsoft OCX MS Grid Common controls. This includes support for a standard grid interface and the following properties:
Properties
Property |
Description |
Operations |
Return type |
ColumnCount |
Returns the number of column objects in a data grid |
Get |
Integer |
RowCount |
Returns the number of rows. |
Get |
Integer |
ColumnHeaders |
Gets a list containing the column headers of the grid. Use the ListLoop component to iterate through the ColumnHeaders output. |
Get |
String |
Methods
Method |
Description |
Parameters |
Return type |
ClickCell |
Simulates a mouse-down+mouse-up action on a data grid cell location identified by parameters such as row and column number, and selects the entire cell. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
Void |
DoubleClickCell |
Simulates two rapid mouse-down+mouse-up actions on a data grid cell location, and selects the entire cell. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
Void |
EnsureVisible |
Scrolls through the grid until the cell identified by the row and column index values is visible. |
Int32 row, Int32 Column |
Void |
GetCellValue |
Returns the contents of a specified cell in a data grid. |
Integer Row, Integer Column; Integer Row, String ColumnName; |
String |
SelectCell |
Selects a cell in a data grid. |
Integer Row, Integer Column; Integer Row, String ColumnName; DataGridCell Cell; |
Void |
Privacy | Trademarks | Terms of Use | Feedback
Updated: 18 June 2020
© 2016 - 2020 Pegasystems Inc. Cambridge, MA All rights reserved.