<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello all,<br><br>is there an efficient way to delete an element from a grid? One could say "just rebuild a new grid with the rest of the cells".<br>Imagine i have a very large grid, for example 5 million cells. It's very inefficient. <br>So, is there any other way to delete a cell (or a point) from a grid apart from building a new grid with the remaining cells (or points)?<br>If not, any tricks for optimization the current "solution" of re-building the grid?<br><br>Thanks<br>                                            </body>
</html>