ICustomTableStyle.CreateSection Method
Initializes a section to all empty values. You need to call this method before setting element values.
IF the section already existed, this method will clear all values on it.
Syntax
Unit: FlexCel.Core
procedure ICustomTableStyle.CreateSection(const section: TTableStyleType); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
section |
TTableStyleType |
Section that we want to initialize. |
See also