Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7490869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T15:46:50+00:00 2026-05-29T15:46:50+00:00

Is there a way to create a SmartArt Hierarchy chart in Word from a

  • 0

Is there a way to create a SmartArt Hierarchy chart in Word from a treeview that the user creates in a C# Windows Forms application?

Thanks for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T15:46:51+00:00Added an answer on May 29, 2026 at 3:46 pm

    try like this:

    private void button2_Click(object sender, EventArgs e)
    {
        Word._Application oWord;
        Word._Document oDoc;
        oWord = new Word.Application();
        oWord.Visible = true;
        oDoc = oWord.Documents.Add();
    
        // here try from 1 to 15 until you find the layout you are interested in...
        var myLayout = oDoc.Application.SmartArtLayouts[8];
    
        var smartArtShape = oDoc.Shapes.AddSmartArt(myLayout, 50, 50, 200, 200);
    
        smartArtShape.AlternativeText = "xxxx";
    }
    

    this puts in the document the SmartArt Shape configured to use the layout nr 8. It’s not really well documented and I spent much time in finding the right articles and samples:

    this is very important to understand that you cannot create a SmartArtLayout object with the new keyword but should use any of those provided by the Application’s layout collection…
    Application.SmartArtLayouts Property (Word)

    This is some background…
    Creating Custom SmartArt Layouts with Office Open XML for Office 2007 and Office 2010

    Good luck 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to create a new NSString from a format string like
Is there a way to create a JAR-file that contains some arguments that are
Is there a way to create a 'kiosk mode' in wxpython under Windows (98
is there way to create a rule in the jquery validiation plugin that allows
Is there a way to create a build definition, in TFS 2010, that uses
is there a way to create an image slideshow that is rotated by say
is there a way to create a class method for a class from another
Is there a way to create a div that follows the mouse around when
Is there a way to create a generic class from type parameter. I have
Is there a way to create a function/sub signature that accepts an arbitrary typed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.