C# 클래스 AODL.Document.Content.Charts.CellPos

the position of the cell
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cell AODL.Document.Content.Tables.Cell
columnIndex int
rowIndex int

프로퍼티 상세

cell 공개적으로 프로퍼티

public Cell,AODL.Document.Content.Tables cell
리턴 AODL.Document.Content.Tables.Cell

columnIndex 공개적으로 프로퍼티

public int columnIndex
리턴 int

rowIndex 공개적으로 프로퍼티

public int rowIndex
리턴 int