TXlsFile.SetCustomTableStyle Method
Adds a new or replaces an existing table style.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.SetCustomTableStyle(aTableStyle: ICustomTableStyle); override;
Parameters
<-> |
Parameter |
Type |
Description |
|
aTableStyle |
ICustomTableStyle |
Custom table style definition. |
See also