Rows and columns in React Spreadsheet component
10 Jul 20261 minute to read
A spreadsheet is organized in a tabular format consisting of rows and columns. The intersection of a row and a column is called a cell.
Overview of Row and Column Operations
The React Spreadsheet component provides several features for managing rows and columns. Below is a quick overview of each operation, with links to their respective documentation sections:
- Insert Rows and Columns: Add new rows or columns to the worksheet as needed.
- Delete Rows and Columns: Remove existing rows or columns from the worksheet.
- Show and Hide Rows and Columns: Control the visibility of rows and columns by hiding or unhiding them.
- Change Text in Column Headers: Customize the text displayed in column headers.
- Freeze Pane: Keep specific rows or columns visible while scrolling through the worksheet.
- Size: Adjust the height of rows and the width of columns to fit your data.
Note
You can refer to our React Spreadsheet Editor feature tour page for its groundbreaking feature representations. You can also explore our React Spreadsheet example to knows how to present and manipulate data.