IPivotField.AutoShow Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub AutoShow ( _
Type As Integer, _
Range As Integer, _
Count As Integer, _
Field As String _
)
'Usage
Dim instance As IPivotField
Dim Type As Integer
Dim Range As Integer
Dim Count As Integer
Dim Field As String
instance.AutoShow(Type, Range, Count, Field)
void AutoShow(
int Type,
int Range,
int Count,
string Field
)
Parameters
- Type
Type: System.Int32
- Range
Type: System.Int32
- Count
Type: System.Int32
- Field
Type: System.String