Method GetFully
GetFully(String)
Return the element that is stored in a cell associated with the given key.
Declaration
public override string GetFully(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the key to the cell holding the desired element |
Returns
Type | Description |
---|---|
System.String | the element |