Click or drag to resize

GridExtensionsFill Method

Overload List
  NameDescription
Public methodStatic memberFillTCell, TPoint(IGridTCell, TPoint, FuncTCell)
Fills all cells of a grid with the value returned by createValue.
Public methodStatic memberFillTCell, 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.
Public methodStatic memberFillTCell, TPoint(IGridTCell, TPoint, TCell)
Fills all cells of a grid with the given value.
Top
See Also