GridShapeCollection.Clear
GridShapeCollection.Clear method
Clear all shapes.
public void Clear()
Examples
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}
See Also
- class GridShapeCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop