ICustomTableStyle.DeleteSection Method
Deletes a section and sets it to nulls.
Syntax
Unit: FlexCel.Core
procedure ICustomTableStyle.DeleteSection(const section: TTableStyleType); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
section |
TTableStyleType |
Section that we want to delete. |
See also