Aspose::Cells::Drawing::Shape::SetHasLine method
Shape::SetHasLine method
Gets and sets the line border of the shape is visible.
void Aspose::Cells::Drawing::Shape::SetHasLine(bool value)
Examples
if (shape.GetHasLine() == false)
    shape.SetHasLine(true);
See Also
- Class Vector
 - Class Shape
 - Namespace Aspose::Cells::Drawing
 - Library Aspose.Cells for C++