[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.XmlMapping.TrySetValue

TrySetValue Method

TrySetValue(string)

Tries set inner xml to the mapped node stored within a XmlDocument in the document.

Declaration
public bool TrySetValue(string value)
Parameters
Type Name Description
string value

The new inner xml for the mapped node stored within a XmlDocument in the document.

Returns
Type Description
bool

true if new inner xml was set successfully, otherwise false.