IDialogSheets.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Before As Object, _
After As Object, _
Count As Object _
) As DialogSheet
'Usage
Dim instance As IDialogSheets
Dim Before As Object
Dim After As Object
Dim Count As Object
Dim returnValue As DialogSheet
returnValue = instance.Add(Before, After, _
Count)
DialogSheet Add(
Object Before,
Object After,
Object Count
)
Parameters
- Before
Type: System.Object
- After
Type: System.Object
- Count
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.DialogSheet