TExcelFile.DeleteStyle Method
Returns a named style for the workbook.
Syntax
Unit: FlexCel.Core
procedure TExcelFile.DeleteStyle(const name: string); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
name |
string |
Name for the style. It must be a user defined name. |
See also