Spread Silverlight Documentation
GetDefaultPivotTableStyleName Method


GrapeCity.Excel Namespace > IExcelTableWriter Interface : GetDefaultPivotTableStyleName Method
Get the name of the default pivot table style used by the current workbook
Syntax
'Declaration
 
Function GetDefaultPivotTableStyleName() As System.String
'Usage
 
Dim instance As IExcelTableWriter
Dim value As System.String
 
value = instance.GetDefaultPivotTableStyleName()
System.string GetDefaultPivotTableStyleName()

Return Value

The name of the default pivot table style.
See Also

Reference

IExcelTableWriter Interface
IExcelTableWriter Members