Skip to main content

EntireRowsSelection

Selection of entire rows 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 EntireRowsSelection

Properties

readonlyend

end: number

Selection end index, integer

readonlystart

start: number

Selection start index, integer