C# 클래스 Simplexcel.Cell

파일 보기 프로젝트 열기: mstum/Simplexcel

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cell ( CellType cellType ) : System

Create a new Cell of the given CellType. You can also implicitly create a cell from a string or number.

Cell ( CellType type, object value, string format ) : System

Create a new Cell of the given CellType, with the given value and format. For some common formats, see BuiltInCellFormat. You can also implicitly create a cell from a string or number.

메소드 상세

Cell() 공개 메소드

Create a new Cell of the given CellType. You can also implicitly create a cell from a string or number.
public Cell ( CellType cellType ) : System
cellType CellType
리턴 System

Cell() 공개 메소드

Create a new Cell of the given CellType, with the given value and format. For some common formats, see BuiltInCellFormat. You can also implicitly create a cell from a string or number.
public Cell ( CellType type, object value, string format ) : System
type CellType
value object
format string
리턴 System