_Application.SheetsInNewWorkbook Property
Returns or sets the number of sheets that Microsoft Excel automatically inserts into new workbooks.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property SheetsInNewWorkbook As Integer
Get
Set
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.SheetsInNewWorkbook
instance.SheetsInNewWorkbook = value
int SheetsInNewWorkbook { get; set; }
Property Value
Type: System.Int32