Interface CellHeaderVisitorOptions

interface CellHeaderVisitorOptions {
    bounds?: CellHeaderRangeAddress;
    includeEmpty?: boolean;
    includeHiddenHeaders?: boolean;
    includeSizes?: boolean;
    includeStyles?: boolean;
}

Properties

The bounds for the range.

includeEmpty?: boolean

If true will visit from min to max

Default Value

false
includeHiddenHeaders?: boolean

Scan cells have hidden headers.

Remarks

Note - that this will scan the header event if it doesn't have a style. This is slightly different than the cell scanner because we are scanning the header itself.

Default Value

false
includeSizes?: boolean

Only include if the size is set and different than the default.

Default Value

false
includeStyles?: boolean

Scan cells that have style but not value.

Default Value

false