GridExtensionsFill Method | 
| Name | Description | |
|---|---|---|
| FillTCell, TPoint(IGridTCell, TPoint, FuncTCell) | 
            Fills all cells of a grid with the value returned by createValue.
              | |
| FillTCell, TPoint(IGridTCell, TPoint, FuncTPoint, TCell) | 
            Fills the cell of each point of a grid with the value returned by createValue when passed the point as a parameter.
              | |
| FillTCell, TPoint(IGridTCell, TPoint, TCell) | 
            Fills all cells of a grid with the given value.
              |