Spread Silverlight Documentation
SetTableStyle Method


a table style definition that indicates how the workbook should format and display a table.
Set a table style which used by one of table of the current workbook.
Syntax
'Declaration
 
Sub SetTableStyle( _
   ByVal tableStyle As IExcelTableStyle _
) 
'Usage
 
Dim instance As IExcelTableReader
Dim tableStyle As IExcelTableStyle
 
instance.SetTableStyle(tableStyle)
void SetTableStyle( 
   IExcelTableStyle tableStyle
)

Parameters

tableStyle
a table style definition that indicates how the workbook should format and display a table.
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.