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