C# 클래스 OfficeOpenXml.ExcelBackgroundImage

An image that fills the background of the worksheet.
상속: XmlHelper
파일 보기 프로젝트 열기: ylatuya/EPPlus

공개 메소드들

메소드 설명
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