CreateSheet Method
Overloads
| CreateSheet(IApp, String, SheetProperties) | 
             Create sheet  | 
        
      
    
CreateSheet(IApp, String, SheetProperties)
Create sheet
Declaration
      public static ISheet CreateSheet(this IApp theApp, string id, SheetProperties properties)
    
  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  | 
      
| SheetProperties | properties | 
           Properties for the sheet  | 
      
Returns
| Type | Description | 
|---|---|
| ISheet | 
           The created object  |