'Declaration
Public Overridable Sub SetAnchor( _ ByVal row As Integer, _ ByVal column As Integer _ )
'Usage
Dim instance As BaseSheetSelectionModel Dim row As Integer Dim column As Integer instance.SetAnchor(row, column)
Parameters
- row
- Row index of the first cell in the selection
- column
- Column index of the first cell in the selection