C# Class UserSimulation.Error

Show file Open project: plasma-umass/DataDebug

Public Properties

Property Type Description
col int
path string
row int
value string
workbook string
worksheet string

Public Methods

Method Description
GetAddress ( ) : AST.Address

Method Details

GetAddress() public method

public GetAddress ( ) : AST.Address
return AST.Address

Property Details

col public property

public int col
return int

path public property

public string path
return string

row public property

public int row
return int

value public property

public string value
return string

workbook public property

public string workbook
return string

worksheet public property

public string worksheet
return string