Aspose::Cells::ConditionalFormattingIcon::GetImageData method

ConditionalFormattingIcon::GetImageData(const Cell&) method

Gets the image data with the setting of cell.

Vector<uint8_t> Aspose::Cells::ConditionalFormattingIcon::GetImageData(const Cell &cell)
ParameterTypeDescription
cellconst Cell&The setting of cell.

ReturnValue

Returns the image data of icon.

See Also

ConditionalFormattingIcon::GetImageData() method

Gets the icon set data.

Vector<uint8_t> Aspose::Cells::ConditionalFormattingIcon::GetImageData()

See Also