Tracking Cell Filling

<< Click to Display Table of Contents >>

 

Tracking Cell Filling

Property

Description

CurrentGroupNum

Number of the current group. Whenever a column or row break occurs, the cells filled immediately before that break form a group. Each group of cells receives a progressive number for identification

CurrentColumnNumAbs

Absolute number of the current column, that is, regardless of the column grouping

CurrentColumnNumRel

Relative number of the current column, that is, the number of the column inside the respective group

CurrentRowNumAbs

Absolute number of the current row, that is, regardless of the row grouping

CurrentRowNumRel

Relative number of the current row, that is, the number of the row inside the respective group

Xindex

Horizontal coordinate of the cell indicated in the Index property. For example, if the Index property is equal to 12, this property indicates the horizontal coordinate of this cell

Yindex

Vertical coordinate of the cell indicated in the Index property. For example, if the Index property is equal to 12, this property indicates the vertical coordinate of this cell

 

NOTE

All properties indicated in this topic are read-only and are only available at run time.

Was this page useful?