<< Click to Display Table of Contents >>
Tracking Cell Filling |
Property |
Description |
---|---|
CurrentGroupNum |
Number of the current group. Whenever a column break or row break occurs, the cells filled immediately before that break form a group. Each group of cells receive 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 this cell's horizontal coordinate |
Yindex |
Vertical coordinate of the cell indicated in the Index property. For example, if the Index property is equal to 12, this property indicates this cell's vertical coordinate |
NOTE |
All properties indicated in this topic are read-only and are only available at run time. |