Come on think about it, it is not that hard. Try writing a representation down on paper.
There are eight rows and eight columns .
matrix
10 rows and 80 columns
In Excel 97 there were 256 columns and 65536 rows.
There are 1,048,576 rows and 16,384 columns in Excel 2010
You count the rows and columns. "Dimensions" simply means how many rows and how many columns the matrix has.
There are 256 Columns and 65,536 Rows in Excel 2000.
Do you perhaps mean -- a two-dimensional array? A two dimensional array is nothing more than a one-dimensional array where every element is a one-dimensional array. int matrix[4][5]; C is a row-major language thus the first dimension refers to the number of rows. Here we have declared an array of 4 rows, where each row is an array of 5 elements of type int.
Maximum sheet size is 1024 columns by 1048576 rows.
ummm.....columns or rows??
A two dimensional array is a one-dimensional array of one-dimensional arrays. That is, just as we can have an array of integers, we can also have an array of integer arrays. This idea can be extended such that we can have an array of two-dimensional arrays (a three-dimensional array), and so on. We typically use a two-dimensional array to represent a table of rows and columns, where each row is a one-dimensional array.
Use you calc.exe to determine the value of 3*2. (Or google.)