Back to Devexpress

IXlTableStyleInfo Interface

corelibraries-devexpress-dot-export-dot-xl-c5bc49eb.md

latest1.5 KB
Original Source

IXlTableStyleInfo Interface

Contains table style settings.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IXlTableStyleInfo
vb
Public Interface IXlTableStyleInfo

The following members return IXlTableStyleInfo objects:

Remarks

To access an object exposing the IXlTableStyleInfo interface, use the IXlTable.Style property.

For an example on how to apply a table style and specify its options, refer to the How to: Apply a Table Style article.

See Also

IXlTableStyleInfo Members

Use the Excel Export API to Create a Table

Use the Excel Export API to Apply a Table Style

DevExpress.Export.Xl Namespace