Worksheet.SetBackground

Worksheet.SetBackground method

Sets worksheet background image.

[Obsolete("Use Worksheet.BackgroundImage property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetBackground(byte[] pictureData)
ParameterTypeDescription
pictureDataByte[]Picture data.

Remarks

NOTE: This member is now obsolete. Instead, please use Worksheet.BackgroundImage property. This property will be removed 12 months later since August 2016. Aspose apologizes for any inconvenience you may have experienced.

See Also