Clear
ShapeCollection.Clear method
مسح كافة الأشكال .
public void Clear()
أمثلة
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}
أنظر أيضا
- class ShapeCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells
مسح كافة الأشكال .
public void Clear()
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}