AtkTableCellIface.getRowColumnSpan

virtual function that get the row an column indexes and span of this cell

struct AtkTableCellIface
extern (C)
bool function(AtkTableCell* cell, int* row, int* column, int* rowSpan, int* columnSpan) getRowColumnSpan;