IShapeFill.GetFill Method
Fill style for this object. This method will return FillStyle if it isn't null, or the default theme fill if it is.
Syntax
Unit: FlexCel.Core
function IShapeFill.GetFill(const aPalette: TCoreExcelFile): IFillStyle; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aPalette |
TCoreExcelFile |
|
See also