Interface DrawingSearchOptions

interface DrawingSearchOptions {
    bounds?: Bounds;
    includeHidden?: boolean;
    range?: CellRangeCoordsAddress;
    type?: string;
}

Properties

bounds?: Bounds

Only find items in this bounds

includeHidden?: boolean

This is if the drawings are hidden due to hidden rows or columns. or because they hidden flag is true

Default Value

false

If provided, the search will be limited to the range.

type?: string

The type of overlay to search for. If not provided all overlays will be returned.