Annotation of loncom/html/adm/help/tex/Spreadsheet_Ranges.tex, revision 1.1

1.1     ! bowersj2    1: Ranges specify rectangles of various shapes in the spreadsheet, just
        !             2: as ranges do in traditional spreadsheets. Exmples of legitimate
        !             3: ranges: 
        !             4: 
        !             5: \begin{itemize}
        !             6: 
        !             7: \item \textbf{*} - all rows, all columns 
        !             8: \item \textbf{B*} - all rows in column B 
        !             9: \item \textbf{*5} - all columns in row 5 
        !            10: \item \textbf{C5..F25} - all cells in the rectangle between C5 and F25
        !            11: 
        !            12: \end{itemize}
        !            13: 
        !            14: Many functions accept ranges. For example, \&SUM(``d*'') will add 
        !            15: up all cells in column d.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>