Interface Cellset

interface Cellset {
    cellOrdinal(): number;
    cellProperty(property): any;
    cellValue(): any;
    close(): any;
    getByOrdinal(ordinal, tObj?): Cell;
    indexForOrdinal(ordinal): number;
    nextCell(): number;
}

Methods

Generated using TypeDoc