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
)
Function AddMso (
type As MsoPathType
) As MsoPathInfo
MsoPathInfo^ AddMso(
MsoPathType type
)
abstract AddMso :
type : MsoPathType -> MsoPathInfo
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