GetSheet Method
Overloads
| GetSheet(IApp, String) | 
             Get sheet  | 
        
      
    
GetSheet(IApp, String)
Get sheet
Declaration
      public static ISheet GetSheet(this IApp theApp, string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| IApp | theApp | 
           The app object. Can be omitted when calling the method as an instance method on the IApp object.  | 
      
| System.String | id | 
           Id of the sheet  | 
      
Returns
| Type | Description | 
|---|---|
| ISheet | 
           The ISheet object  |