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();
}