(object x)
| 127 | } |
| 128 | |
| 129 | private string FormatCellBytes(object x) |
| 130 | { |
| 131 | return Utilities.Utils.FormatBytesCount(Convert.ToUInt64(x)); |
| 132 | } |
| 133 | |
| 134 | /// <inheritdoc /> |
| 135 | public override void Clear() |
nothing calls this directly
no test coverage detected