Table of Contents

ExcelFile.GetSheetBackground Method

Gets the sheet background for the active sheet. It will return null if there isn't any background in the sheet.

Syntax

Namespace: FlexCel.Core

public abstract Byte[] GetSheetBackground(out TXlsImgType imageType)

Parameters

<-> Parameter Type Description
out imageType TXlsImgType Returns the image type of the bytes returned.

Returns

The image data as a byte array.

See also