C# 클래스 Simple.IO.Excel.SheetError

파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
SheetError ( int row, int column, string message ) : System
SheetError ( int row, string message ) : System
ToString ( ) : string

메소드 상세

SheetError() 공개 메소드

public SheetError ( int row, int column, string message ) : System
row int
column int
message string
리턴 System

SheetError() 공개 메소드

public SheetError ( int row, string message ) : System
row int
message string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string