Smartsheet API C# Filtering Rows by data in a column
up vote
0
down vote
favorite
I am new to API's and Smartsheet. I am looking to filter a specific set of records to display in a datagrid. I have got the connection and data coming in, but i only want to display records for that specific column selection. ie: Column A = 200 I also need to know how to filter two columns in the same sheet. ie: column A = 200, Column C = "Fred" I think i need to use the IEnumerable includes function but i can't find any examaples of doing this. Any help would be appreciated.
c# api smartsheet-api
share | improve this question
asked Nov 21 at 1:38
Andrew Little
...