RowHeightDetails constructor
Creates a RowHeightDetails with the specified rowIndex
and rowHeight
.
Implementation
RowHeightDetails(this.rowIndex, this.rowHeight);
Creates a RowHeightDetails with the specified rowIndex
and rowHeight
.
RowHeightDetails(this.rowIndex, this.rowHeight);