Represents a single row within an Excel sheet, providing properties and methods to access and manipulate cells within the row. Facilitates row-specific operations such as creating new cells or retrieving existing ones, enhancing the ability to programmatically interact with sheet data at the row level.
function lt.Document.SheetEditor.Row
The Row class serves as a key component in the manipulation of sheet data, allowing for detailed, cell-level operations within individual rows. It provides a straightforward interface for accessing and modifying cells, crucial for tasks such as data entry, calculation, and formatting.