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

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