Aspose::Cells::Drawing::FillFormat::GetGradientVariant method

FillFormat::GetGradientVariant method

Returns the gradient variant for the specified fill. Only applies for Excel 2007.

int32_t Aspose::Cells::Drawing::FillFormat::GetGradientVariant()

Remarks

Can only be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.

See Also