Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRange<R, C, L, RC, CC, LC>

Base Range class representing a Range of Rows and Columns, along with the Cells.

Type parameters

Hierarchy

Index

Properties

Properties

cells

cells: LC

Cells that belong to the Range.

columns

columns: CC

Columns that belong to the Range.

rows

rows: RC

Rows of the Range.

Generated using TypeDoc