AddNodeByPosition()

SmartArtNodeCollection::AddNodeByPosition(int32_t) method

Add new node in the selected position of nodes collection

System::SharedPtr<ISmartArtNode> Aspose::Slides::SmartArt::SmartArtNodeCollection::AddNodeByPosition(int32_t position) override

Arguments

ParameterTypeDescription
positionint32_tZero-base node position

Return Value

Added node

See Also