Different ways of estimating cellsize.
| Constant | Value | Description |
|---|---|---|
| esriCellsizeAnyOf | -1 | The any of all cellsizes. |
| esriCellsizeFirstOf | 0 | The first of all cellsizes. |
| esriCellsizeMinOf | 1 | The minimum of all cellsizes. |
| esriCellsizeMaxOf | 2 | The maximum of all cellsizes. |
| esriCellsizeMeanOf | 3 | The mean of all cellsizes. |
| esriCellsizeLastOf | 4 | The last of all cellsizes. |