- SpreadJS Overview
- Getting Started
- JavaScript Frameworks
- Best Practices
- Features
- SpreadJS Designer
- SpreadJS Designer Component
- SpreadJS Collaboration Server
- Touch Support
-
Formula Reference
- Formula Overview
-
Formula Functions
- Barcode Functions
- Compatibility Functions
- Database Functions
- Date and Time Functions
- Engineering Functions
- Financial Functions
- Information Functions
- Logical Functions
- Lookup and Reference Functions
- Math and Trigonometric Functions
- Statistical Functions
- Sparkline Functions
- Text Functions
- Web Functions
- RegEx Functions
- Other Functions
- Import and Export Reference
- Frequently Used Events
- API Documentation
- Release Notes
(Showing Draft Content)
ROW
This function returns the number of a row from a reference.
Syntax
ROW(reference)
Arguments
The argument is a cell or a single area.
Remarks
If the reference is omitted, the reference of the cell that the function is in is used.
Data Types
Accepts a cell or a single area. Returns numeric data.
Examples
ROW(B2) gives the result 2
ROW(B1:B5) gives the result 1