Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: bacell.h
Link against: grid.lib

operator-()

TCellRef operator-(const TCellRef& aLeft, const TCellRef& aRight);

Support

Supported from 5.0

Description

Subtracts the right cell from the left cell and returns the resulting cell.

Subtraction is the process of subtracting the row numbers and the column numbers of the specified cells.

Parameters

const TCellRef& aLeft

The left cell.

const TCellRef& aRight

The right cell, to be subtracted from the left cell.

Return value

TCellRef

The cell resulting from the subtraction.