GnuCash
5.6-150-g038405b370+
|
The VirtualLocation structure contains the virtual location of a physical cell. More...
Data Fields | |
VirtualCellLocation | vcell_loc |
int | phys_row_offset |
int | phys_col_offset |
The VirtualLocation structure contains the virtual location of a physical cell.
There is one instance of Locator for each physical cell. The virt_row and virt_col members identify the corresponding cellblock/virtual cell that this physical cell is a member of. The two phys_offsets provide the location of the physical cell as an offset from the cell block origin. That is, the offsets should never be less than zero, or greater than the size of the cell block.
Definition at line 111 of file register-common.h.