C# Class OfficeOpenXml.ExcelCell

ExcelCell represents an individual worksheet cell.
Show file Open project: ylatuya/EPPlus Class Usage Examples

Private Properties

Property Type Description
Clone ExcelCell
Clone ExcelCell
ExcelCell System
ExcelCell System
GetCellStyleID int
GetColumn ExcelColumn
SetNewStyleName void
SetValueRichText void

Public Methods

Method Description
ToString ( ) : string

Returns the cell's value as a string.

Private Methods

Method Description
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

Method Details

ToString() public method

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