Aspose::Cells::Drawing::ColorHelper::ToOleColor method

ColorHelper::ToOleColor method

Convert color to OLE_COLOR.

static int32_t Aspose::Cells::Drawing::ColorHelper::ToOleColor(const Aspose::Cells::Color &color, const Workbook &workbook)
ParameterTypeDescription
colorconst Aspose::Cells::Color&The Color object.
workbookconst Workbook&

ReturnValue

The value of OLE_COLOR

See Also