Skip to main content

EntireColumnsSelection

Selection of entire columns in the spreadsheet

Hierarchy

Index

Constructors

Properties

Constructors

constructor


  • Parameters

    • start: number

      row index where the selection starts, integer

    • end: number

      row index where the selection ends, integer

    Returns EntireColumnsSelection

Properties

readonlyend

end: number

Selection end index, integer

readonlystart

start: number

Selection start index, integer