[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Variable

Class Variable

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

Represents a variable stored as part of a document. Document variables are used to preserve macro settings in between macro sessions.

public class Variable
Inheritance
object
Variable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Name

Gets the name of the document variable.

public string Name { get; set; }

Property Value

string

Value

Gets or sets the value of the document variable.

public string Value { get; set; }

Property Value

string