C# 클래스 OfficeOpenXml.ExcelCell

ExcelCell represents an individual worksheet cell.
파일 보기 프로젝트 열기: ylatuya/EPPlus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Clone ExcelCell
Clone ExcelCell
ExcelCell System
ExcelCell System
GetCellStyleID int
GetColumn ExcelColumn
SetNewStyleName void
SetValueRichText void

공개 메소드들

메소드 설명
ToString ( ) : string

Returns the cell's value as a string.

비공개 메소드들

메소드 설명
Clone ( OfficeOpenXml.ExcelWorksheet added ) : ExcelCell
Clone ( OfficeOpenXml.ExcelWorksheet added, int row, int col ) : ExcelCell
ExcelCell ( OfficeOpenXml.ExcelWorksheet worksheet, int row, int col ) : System

A cell in the worksheet.

ExcelCell ( OfficeOpenXml.ExcelWorksheet worksheet, string cellAddress ) : System
GetCellStyleID ( ) : int
GetColumn ( int col ) : ExcelColumn
SetNewStyleName ( string Name, int Id ) : void
SetValueRichText ( object value ) : void

메소드 상세

ToString() 공개 메소드

Returns the cell's value as a string.
public ToString ( ) : string
리턴 string