SheetScrollOptions
SheetScrollOptions interface
options for the ScrollTo method.
Members
| smooth | optional | boolean boolean | smooth scrolling, if supported. we use scrollTo so support is as here: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollTo | 
| x | optional | boolean boolean | scroll in x-direction. defaults to true. | 
| y | optional | boolean boolean | scroll in y-direction. defaults to true. | 
Referenced by
| EmbeddedSpreadsheet.ScrollTo |