Aspose::Cells::Drawing::ShapeGuideCollection class

ShapeGuideCollection class

Encapsulates a collection of shape guide.

class ShapeGuideCollection

Methods

MethodDescription
Add(const U16String& name, double val)Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
Add(const char16_t* name, double val)Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
Get(int32_t index)Gets a shape guide by index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapeGuideCollection& src)operator=
ShapeGuideCollection()Default constructor.
ShapeGuideCollection(ShapeGuideCollection_Impl* impl)Constructs from an implementation object.
ShapeGuideCollection(const ShapeGuideCollection& src)Copy constructor.
~ShapeGuideCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also