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