Word document custom properties

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan T

    Word document custom properties

    I read from the book:
    Microsoft .NEt Development for Microsoft Office at page 82.
    The code:

    propIndex = "AnotherCustomP roperty";
    propValue = "Charles Lutwidge Dodgson";
    object[] args = {propIndex. false,
    Office.MsoDocPr operties.msoPro pertyTypeString ,
    propValue};

    I got a error on the parameter on compilation
    Office.MsoDocPr operties.msoPro pertyTypeString

    I have already included the Word library in the references and also the
    using clause.


Working...