Change-Id: Ic658024df51bd53cb704af7c006ee5300c0922cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142170
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2022-11-02 15:08:16 +01:00
committed by Julien Nabet
parent df62f6f32c
commit 29f318f90d

View File

@ -442,7 +442,7 @@ Public Function GoToCell(Optional ByVal Row As Variant _
&apos;&apos;&apos; oSheet.GoToCell(1000000, &quot;ShipCity&quot;)) &apos; Set the cursor on he last row, column &quot;ShipCity&quot;
Dim bGoTo As Boolean &apos; Return value
Dim lCol As Long &apos; Numercic index of Column in lists of columns
Dim lCol As Long &apos; Numeric index of Column in lists of columns
Dim lMaxCol As Long &apos; Index of last column
Const cstThisSub = &quot;SFDatabases.Datasheet.GoToCell&quot;
Const cstSubArgs = &quot;[Row=0], [Column=0]&quot;