TLineStyleList.GetRealFillStyle Method
Returns the line color that results from applying the formatting type to a color.
Syntax
Unit: FlexCel.Core
function TLineStyleList.GetRealFillStyle(const index: TFormattingType; const basicColor: TDrawingColor): IFillStyle;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
index |
TFormattingType |
Index to the collection. |
| const |
basicColor |
TDrawingColor |
Color that will be used as a base to calculate the fill style. |
See also