C# 클래스 UserSimulation.Error

파일 보기 프로젝트 열기: plasma-umass/DataDebug

공개 프로퍼티들

프로퍼티 타입 설명
col int
path string
row int
value string
workbook string
worksheet string

공개 메소드들

메소드 설명
GetAddress ( ) : AST.Address

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( ) : AST.Address
리턴 AST.Address

프로퍼티 상세

col 공개적으로 프로퍼티

public int col
리턴 int

path 공개적으로 프로퍼티

public string path
리턴 string

row 공개적으로 프로퍼티

public int row
리턴 int

value 공개적으로 프로퍼티

public string value
리턴 string

workbook 공개적으로 프로퍼티

public string workbook
리턴 string

worksheet 공개적으로 프로퍼티

public string worksheet
리턴 string