C# Class OfficeOpenXml.ExcelRow

Represents an individual row in the spreadsheet.
Show file Open project: pruiz/EPPlus Class Usage Examples

Private Properties

Property Type Description
Clone void
ExcelRow System
GetRowID ulong

Private Methods

Method Description
Clone ( OfficeOpenXml.ExcelWorksheet added ) : void

Copies the current row to a new worksheet

ExcelRow ( OfficeOpenXml.ExcelWorksheet Worksheet, int row ) : System

Creates a new instance of the ExcelRow class. For internal use only!

GetRowID ( int sheetID, int row ) : ulong