TFillStyleList.GetRealFillStyle Method
Returns the fill style that results from applying the formatting type to a color.
Syntax
Unit: FlexCel.Core
function TFillStyleList.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