MsoPathInfo
PointList Property
|
Gets the list of points.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ArrayList PointList { get; }
Public ReadOnly Property PointList As ArrayList
Get
public:
property ArrayList^ PointList {
ArrayList^ get ();
}
member PointList : ArrayList with get
Property Value
Type:
ArrayList
See Also