- 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)
ROWS
This function returns the number of rows in an array.
Syntax
ROWS(array)
Arguments
The argument is an array, an array formula, or a range of cells.
Data Types
Accepts array. Returns numeric data.
Examples
ROWS(B2:B14) gives the result 13
ROWS(R2C6:R4C12) gives the result 3
ROWS($H2ドル:$H8ドル) gives the result 7
ROWS(R[2]C[3]:R[8]C[3]) gives the result 7
ROWS(R3C2:R17C2) gives the result 15