Skip to content
TREB Docs

AddressReference

AddressReference type

type represents a reference passed in to API functions. it can be an address object, or a string.

Declaration
declare type AddressReference = string | ICellAddress;
declare type AddressReference = string | ICellAddress;
Referenced by
EmbeddedSpreadsheet.SetNote
EmbeddedSpreadsheet.SetValidation
EmbeddedSpreadsheet.ScrollIntoView
EmbeddedSpreadsheet.ScrollTo
EmbeddedSpreadsheet.SetLink