IEnumerable<string> GetItem( string filter, bool removeItem )
Parameters
- filter
Type: System.String
The filter of range.
- removeItem
Type: System.Boolean
true if need to remove the row, otherwise and default false.
Return Value
Type: System.String
The requried row of table, or null, if the row is not found.