TExcelFile.GetStyleName Method
Gets the name of the style at position index. (1 based).
Syntax
Unit: FlexCel.Core
function TExcelFile.GetStyleName(const index: Integer): string; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Position in the list of styles (1 based). |
Returns
The name of the style.
See also