Retrieves the row at the specified index within the sheet.
rowIndex
An int specifying the zero-based index of the row to retrieve from the sheet.
An instance of the Row class representing the row at the specified index. This object facilitates further actions on the row's contents, such as data entry, formatting adjustments, or querying row characteristics.