Simple.IO.Excel.SheetError.SheetError C# (CSharp) Method

SheetError() public method

public SheetError ( int row, int column, string message ) : System
row int
column int
message string
return System
        public SheetError(int row, int column, string message)
            : this(row, message)
        {
            this.Column = column;
        }

Same methods

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