ICustomViews.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
ViewName As String, _
PrintSettings As Object, _
RowColSettings As Object _
) As CustomView
'Usage
Dim instance As ICustomViews
Dim ViewName As String
Dim PrintSettings As Object
Dim RowColSettings As Object
Dim returnValue As CustomView
returnValue = instance.Add(ViewName, PrintSettings, _
RowColSettings)
CustomView Add(
string ViewName,
Object PrintSettings,
Object RowColSettings
)
Parameters
- ViewName
Type: System.String
- PrintSettings
Type: System.Object
- RowColSettings
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.CustomView