Aspose::Cells::Drawing::ShapeGuideCollection::Add method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
name | const U16String& | the name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on. |
val | double | the value of adjust |
See Also
- Class Vector
- Class U16String
- Class ShapeGuideCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
name | const char16_t* | the name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on. |
val | double | the value of adjust |
See Also
- Class Vector
- Class ShapeGuideCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++