add method

add(self, type)

Add a segment path in creation path.

Returns

Returns the position of ShapeSegmentPath object in the list.


def add(self, type):
    ...
ParameterTypeDescription
typeaspose.cells.drawing.ShapePathTypeThe path type.

See Also