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