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