GrapeCity.Xaml.Excel
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 Server 2012, Windows RT

See Also

Reference

IExcelTableReader Interface
IExcelTableReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options