The following tables list the members exposed by Row.
Name | Description | |
---|---|---|
CreateCell | Creates a new cell at the specified column index within the row. Enables the dynamic addition of cells, facilitating data entry, formatting, and other cell-level operations within the context of a specific row in an Excel sheet. | |
GetCellAt | Retrieves the cell located at the specified column index within the row. |
Name | Description | |
---|---|---|
FirstCellIndex | Gets the index of the first non-empty cell within the row. This property allows for the identification of the starting point of data or formatting within a specific row of an Excel sheet, facilitating operations that depend on the row's content range. | |
LastCellIndex | Obtains the index of the last non-empty cell within the row. |