ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSimpleField Class / ValueText Property

In This Topic
    ValueText Property (RtfSimpleField)
    In This Topic
    Gets or sets value as text string.
    Syntax
    'Declaration
     
    Public MustOverride Property ValueText As System.String
    public abstract System.string ValueText {get; set;}
    See Also