ActionFreeze
DescriptionFreezes the data grid around a certain row and column.
ExamplesWith Cube1
 Call .setValue("Row", 3)
 Call .setValue("Col", 4)
 Call .DoAction("Freezes")
End With
Example ExplanationSelects cell (4, 3) and freezes the grid above and left to it.
See also
SetValueSets a control variable
NotesThe data matrix grid begins at (0, 0) at its top left cell.