[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.DataSourceDictionary.Remove

Remove Method

Remove(string)

Declaration
public bool Remove(string key)
Public Function Remove(key As String) As Boolean
Parameters
Type Name Description
string key
Returns
Type Description
bool
Implements

Remove(KeyValuePair<string, object>)

Declaration
public bool Remove(KeyValuePair<string, object> item)
Public Function Remove(item As KeyValuePair(Of String, Object)) As Boolean
Parameters
Type Name Description
KeyValuePair<string, object> item
Returns
Type Description
bool
Implements