.net - How to add custom documents properties to Excel from SL4 -
i want add custom property excel document oob silverlight application.
when try add value following exception: could not convert argument call add.
dynamic properties = document.customdocumentproperties; properties.add("a",true,4,"b"); //could not convert argument call add.
i don't know wrong argument, because in exception cannot see more details exception. think problem msodocproperties. property didn't find in sl api office, because of used 4 value. can me, or give me hint?
add method description: http://msdn.microsoft.com/en-us/library/microsoft.office.core.documentproperties.add.aspx
according documentation included link second parameter of type boolean. yet passing string "b" parameter. think should passing false
.
Comments
Post a Comment