Click or drag to resize

IGeomPathInfo AddMso Method

Adds a new MsoPathInfo object to the collection with the specified path type.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
MsoPathInfo AddMso(
	MsoPathType type
)

Parameters

type
Type: Spire.Xls MsoPathType
The type of the path to be added.

Return Value

Type: MsoPathInfo
The newly created MsoPathInfo object.
See Also