Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataSourceDictionary Class / Values Property

In This Topic
    Values Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of Object)
    public System.Collections.Generic.ICollection<object> Values {get;}
    See Also