Table of Contents

XlsFile.SetSheetBackground Method

Sets the sheet background for the active sheet. Set it to null to remove the background.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetSheetBackground(Byte[] imgData)

Parameters

<-> Parameter Type Description
imgData Byte[] Bytes with the image data.

See also