Aspose::Cells::Drawing::ShapeGuideCollection::Add method

ShapeGuideCollection::Add(const U16String&, double) method

Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)

int32_t Aspose::Cells::Drawing::ShapeGuideCollection::Add(const U16String &name, double val)
ParameterTypeDescription
nameconst U16String&the name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on.
valdoublethe value of adjust

See Also

ShapeGuideCollection::Add(const char16_t*, double) method

Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)

int32_t Aspose::Cells::Drawing::ShapeGuideCollection::Add(const char16_t *name, double val)
ParameterTypeDescription
nameconst char16_t*the name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on.
valdoublethe value of adjust

See Also