0

Is there similar method like Document.goToByIdAsync for office 2013 in office.js, i see that this method is added in api version 1.1, which works for office 2016.

I want to go to specific cell or range in office 2013 desktop version using office addins, is it possible.

shyam_
  • 2,370
  • 1
  • 27
  • 50

1 Answers1

1

Document.goToByIdAsync is supported in Office 2016 and Office 2013.

-Michael (PM for Office add-ins)

Michael Saunders
  • 2,662
  • 1
  • 12
  • 21
  • i was trying to use in onpremise version of office. is it supported there too..actually it didnot work for me. – shyam_ Jun 02 '16 at 20:02
  • Is your Office 2013 desktop up to date? Support for APIs gets added with patches. – lgaud Jun 03 '16 at 15:18