接口的使用
com.grapecity.documents.excel.ITableStyle
-
com.grapecity.documents.excel中ITableStyle的使用
修饰符和类型方法说明Adds the specified table style.ITableStyle.duplicate()
Duplicates theITableStyle
object and returns a reference to the newcopy.Duplicates theITableStyle
object and returns a reference to the newcopy.ITableStyleCollection.get
(int index) Gets theITableStyle
with the specified name.Gets theITableStyle
with the specified name.IPivotTable.getStyle()
Gets the style currently applied to the specified pivot table.ISlicer.getStyle()
Gets the style currently applied to the specified slicer.ITable.getTableStyle()
Gets the table style for the specifiedITable
object.修饰符和类型方法说明void
IPivotTable.setStyle
(ITableStyle style) Sets the style currently applied to the specified pivot table.void
ISlicer.setStyle
(ITableStyle value) Sets the style currently applied to the specified slicer.void
ITable.setTableStyle
(ITableStyle value) Sets the table style for the specifiedITable
object.