Skip to content
TREB Docs

SheetScrollOptions

SheetScrollOptions interface

options for the ScrollTo method.

Members
smoothoptional
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
xoptional
boolean
boolean
scroll in x-direction. defaults to true.
yoptional
boolean
boolean
scroll in y-direction. defaults to true.
Referenced by
EmbeddedSpreadsheet.ScrollTo