GridExtensionsCloneStructure Method | 
| Name | Description | |
|---|---|---|
| CloneStructureTNewCell, TPoint(IGridTPoint, FuncTNewCell) | 
            Clones the given grid, and fills all cells of the cloned grid 
            with the value returned by createValue.
              | |
| CloneStructureTNewCell, TPoint(IGridTPoint, FuncTPoint, TNewCell) | 
            Clones the given grid, and fills the cell at each point of the cloned grid with the value 
            returned by createValue when the point is passed as a parameter.
              | |
| CloneStructureTNewCell, TPoint(IGridTPoint, TNewCell) | 
            Clones the given grid, and fills all cells of the cloned grid with the given value.
              |