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

the position of the cell
Datei anzeigen 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_oe property

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

columnIndex public_oe property

public int columnIndex
return int

rowIndex public_oe property

public int rowIndex
return int