| Action | Freeze
| | Description | Freezes the data grid around a certain row and column.
| | Examples | With Cube1
Call .setValue("Row", 3)
Call .setValue("Col", 4)
Call .DoAction("Freezes")
End With
| | Example Explanation | Selects cell (4, 3) and freezes the grid above and left to it.
| | See also |
| SetValue | Sets a control variable
|
| | Notes | The data matrix grid begins at (0, 0) at its top left cell.
|
|