RowHeightDetails constructor

RowHeightDetails(
  1. int rowIndex,
  2. double rowHeight
)

Creates a RowHeightDetails with the specified rowIndex and rowHeight.

Implementation

RowHeightDetails(this.rowIndex, this.rowHeight);