SheetXL - v0.3.20
    Preparing search index...

    Namespace ICellRange

    A ICellRange represents a rectangular collection of ICell within an ISheet.

    Naming Conventions: Methods usually adhere to the following conventions except when adhering to a idiomatic existing conventions of Typescript (for example size or 'length'):

    • Methods returning information about the range (e.g., width, count) use a get prefix.
    • Methods that transform the range's data into a different type use a to prefix (e.g., toArray()).

    ICellRange

    Interfaces

    AutoFillOptions
    AutoFillPreviewCallback
    AutoFitOptions
    CopyCellsCallback
    CopyOptions
    Entry
    FindCriteria
    FindOptions
    ForEachCallback
    GetFixedOptions
    GetFlattenOptions
    GetRangeOptions
    GetSurroundingOptions
    GetValuesOptions
    GetVisibleOptions
    IncrementalUpdater
    InsertFromOptions
    ISnapshot
    IteratorOptions
    Listener
    ListenerOptions
    MergeOptions
    SelectOptions
    SetValuesOptions
    UpdateCellsOptions

    Type Aliases

    Address
    Counts
    RefJSON
    Update
    ValuesUpdate
    ValuesUpdateOrCallback