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

the position of the cell
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Свойство 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
Résultat AODL.Document.Content.Tables.Cell

columnIndex public_oe property

public int columnIndex
Résultat int

rowIndex public_oe property

public int rowIndex
Résultat int