Interface CellSelectionJSON

interface CellSelectionJSON {
    activeCoords?: string;
    activeRangeIndex?: number;
    ranges?: string[];
}

Properties

activeCoords?: string
activeRangeIndex?: number
ranges?: string[]