C# Класс OfficeOpenXml.ExcelBackgroundImage

An image that fills the background of the worksheet.
Наследование: XmlHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
SetFromFile ( FileInfo PictureFile ) : void

Set the picture from an image file. The image file will be saved as a blob, so make sure Excel supports the image format.

Приватные методы

Метод Описание
DeletePrevImage ( ) : void
ExcelBackgroundImage ( XmlNamespaceManager nsm, XmlNode topNode, OfficeOpenXml.ExcelWorksheet workSheet ) : System

Описание методов

SetFromFile() публичный Метод

Set the picture from an image file. The image file will be saved as a blob, so make sure Excel supports the image format.
public SetFromFile ( FileInfo PictureFile ) : void
PictureFile System.IO.FileInfo The image file.
Результат void