GetSheetsAsync Method
Overloads
GetSheetsAsync(IApp) |
Get sheets |
GetSheetsAsync(IApp)
Get sheets
Declaration
public static Task<IEnumerable<Task<ISheet>>> GetSheetsAsync(this IApp theApp)
Parameters
Type | Name | Description |
---|---|---|
IApp | theApp |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<ISheet>>> |
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |