GetCellExtents Method

Returns the cell extents for the specified row and column.

See Also | Example

Signature

object.GetCellExtents(row, col, bOuterCell)

Object

Table
The object or objects this method applies to.

row

Long; the zero-based row index for the cell

col

Long; the zero-based column index for the cell

bOuterCell

Boolean

TRUE: The specified cell is an outer cell.

FALSE: The specified cell is an inner cell.

 

   Comments?