SECColorWell::GetCellRect

Returns the client rectangle of an individual cell.

Defined in: SECWELL.cpp

Syntax

void GetCellRect(const CRect& internalRect, CRect& rect, int nCol, int nRow);

void GetCellRect(CRect& rect, int nCol, int nRow);

Return Value

void

Parameters

internalRect

Reference internal rect of well.

rect

Reference CRect to return

nCol

Column of cell.

nRow

Row of cell.

See Also

SECColorWell GetInternalRect