SheetXL - v0.3.20
    Preparing search index...

    Interface RangeCoordValue<T>

    Associate an optional value with a RangeCoords.

    interface RangeCoordValue<T = any> {
        colEnd: number;
        colStart: number;
        rowEnd: number;
        rowStart: number;
    }

    Type Parameters

    • T = any

    Hierarchy (View Summary)

    Index

    Properties

    colEnd: number

    Right column

    colStart: number

    Left column

    rowEnd: number

    Bottom row

    rowStart: number

    Top row