Search
TableNode.GetSpannedCellRect Method
See Also
 





Calculates the bounding rectangle of the specified cell, taking in consideration the cell's row and column spans.

 Overload List

Name Description

TableNode.GetSpannedCellRect (Int32, Int32)

Calculates the bounding rectangle of the cell in the specified row and column also taking in consideration the cell row and column spanning.

TableNode.GetSpannedCellRect (TableNode.Cell)

Calculates the bounding rectangle of the specified cell also taking in consideration the cell row and column spanning.

 See Also