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