[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.TemplateError

Class TemplateError

Namespace
GrapeCity.Documents.Word.Templates
Assembly
GcDocs.Word.dll

Represents information about an error in a data template definition. Used for diagnostics and debugging templates, see Validate(bool).

public class TemplateError
Inheritance
TemplateError
Inherited Members

Properties

ErrorDescription

Gets the description of the error.

public string ErrorDescription { get; }

Property Value

string

TemplateRange

Gets the range containing the incorrect template.

public Range TemplateRange { get; }

Property Value

Range

TemplateText

Gets the text of the incorrect template.

public string TemplateText { get; }

Property Value

string