Aspose::Cells::Drawing::Shape::GetHasLine method

Shape::GetHasLine method

Gets and sets the line border of the shape is visible.

bool Aspose::Cells::Drawing::Shape::GetHasLine()

Examples

if (shape.GetHasLine() == false)
    shape.SetHasLine(true);

See Also