C# 클래스 OfficeOpenXml.ExcelRow

Represents an individual row in the spreadsheet.
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Clone void
ExcelRow System
GetRowID ulong

비공개 메소드들

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