Spread Silverlight Documentation
SetTableDefaultStyle Method


The default table style name.
The default pivot table style name.
Set the set table and pivot table style.
Syntax
'Declaration
 
Sub SetTableDefaultStyle( _
   ByVal defaultTableStyleName As System.String, _
   ByVal defaultPivotTableStyleName As System.String _
) 
'Usage
 
Dim instance As IExcelTableReader
Dim defaultTableStyleName As System.String
Dim defaultPivotTableStyleName As System.String
 
instance.SetTableDefaultStyle(defaultTableStyleName, defaultPivotTableStyleName)
void SetTableDefaultStyle( 
   System.string defaultTableStyleName,
   System.string defaultPivotTableStyleName
)

Parameters

defaultTableStyleName
The default table style name.
defaultPivotTableStyleName
The default pivot table style name.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.