Clear
ShapeCollection.Clear method
Tüm şekilleri temizle.
public void Clear()
Örnekler
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}
Ayrıca bakınız
- class ShapeCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells
Tüm şekilleri temizle.
public void Clear()
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}