Aspose::Cells::Drawing::Shape::SetIsFilled method
Shape::SetIsFilled method
Indicates whether the fill format is visible.
void Aspose::Cells::Drawing::Shape::SetIsFilled(bool value)
Examples
if (shape.IsFilled() == false)
shape.SetIsFilled(true);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++