[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.DataSourceDictionary.TryGetValue

TryGetValue Method

TryGetValue(string, out object)

Declaration
public bool TryGetValue(string key, out object value)
Public Function TryGetValue(key As String, ByRef value As Object) As Boolean
Parameters
Type Name Description
string key
object value
Returns
Type Description
bool
Implements