|
| Language.Gnumeric.CellBlock | | Portability | portable
| | Stability | experimental
| | Maintainer | Joost Visser and Cupertino Miranda
|
|
|
|
|
|
| Description |
| Derive data flow graph for spreadsheets.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| type CellBlock = (CellRef, Maybe CellRef) |
| Type for block of cells. First cell reference is the upper-left corner
of the block. The lower-left corner is either the same cell reference,
or the second one if it exists. |
|
| mkCellRef :: String -> Gmr'Cell_Attrs -> CellRef |
| Constructor to CellRef |
|
| showCellBlock :: CellBlock -> String |
| Show function to CellBlock |
|
| expandBlock :: CellBlock -> [CellRef] |
| Expand a CellBlock to list of CellRefs |
|
| compareCellBlocks :: CellBlock -> CellBlock -> Maybe Ordering |
| Compare two CellBlocks |
|
| compareCellRefs :: CellRef -> CellRef -> Maybe Ordering |
| Compare CellRefs |
|
| Produced by Haddock version 0.6 |