IPivotTable.TableStyle2 Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TableStyle2 As Object
Get
Set
'Usage
Dim instance As IPivotTable
Dim value As Object
value = instance.TableStyle2
instance.TableStyle2 = value
Object TableStyle2 { get; set; }
Property Value
Type: System.Object