Skip to main content
A newer version of this page is available. .

IXlTableStyleInfo Interface

Contains table style settings.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

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