C# Class Simple.IO.Excel.SheetError

Exibir arquivo Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
SheetError ( int row, int column, string message ) : System
SheetError ( int row, string message ) : System
ToString ( ) : string

Method Details

SheetError() public method

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

SheetError() public method

public SheetError ( int row, string message ) : System
row int
message string
return System

ToString() public method

public ToString ( ) : string
return string