C# Class AODL.Document.Content.Charts.CellPos

the position of the cell
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Properties

Property Type Description
cell AODL.Document.Content.Tables.Cell
columnIndex int
rowIndex int

Property Details

cell public property

public Cell,AODL.Document.Content.Tables cell
return AODL.Document.Content.Tables.Cell

columnIndex public property

public int columnIndex
return int

rowIndex public property

public int rowIndex
return int