#include <SHGAPI.H>
Link against:
sheng.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class TShgCell;
Description
A spreadsheet engine cell.
Members
Defined in TShgCell
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TShgCell();
Description
Default constructor.
TShgCell(const TCellRef &)
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TShgCell(const TCellRef &aCellRef);
Description
Constructor, specifying a cell reference.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TCellRef Coord() const;
Description
Gets the cell reference.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TType Type() const;
Description
Gets the cell type.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetInt(TInt32 aInt);
Description
Sets the cell contents to an integer.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TInt32 Int() const;
Description
Gets the value of an integer type cell.
The function panics if the cell is of another type.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetBool(TBool aBool);
Description
Sets the cell contents to a boolean.
Parameters
TBool aBool |
New cell value
|
|
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TBool Bool() const;
Description
Gets the value of a boolean type cell.
The function panics if the cell is of another type.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetErrorType(TErrorType aErrorType);
Description
Sets the cell contents to an error.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TErrorType ErrorType() const;
Description
Gets the value of an error type cell.
The function panics if the cell is of another type.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetReal(const TReal64 &aReal);
Description
Sets the cell contents to a real number.
Parameters
const TReal64 &aReal |
New cell value
|
|
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C TReal64 Real() const;
Description
Gets the value of a real number type cell.
The function panics if the cell is of another type.
Return value
SetTextTakingOwnership(HBufC *)
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetTextTakingOwnership(HBufC *aText);
Description
Sets the cell contents to a string.
The cell takes ownership of the passed string.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C const TDesC& Text() const;
Description
Gets the value of a text type cell.
The function panics if the cell is of another type.
Return value
SetFormulaL(CShgFormulaSet *,const TDesC8 &)
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetFormulaL(CShgFormulaSet *aFormulaSet, const TDesC8 &aTokenFormula);
Description
Parameters
CShgFormulaSet *aFormulaSet |
|
const TDesC8 &aTokenFormula |
|
|
SetFormulaTakingOwnershipL(CShgFormulaSet *,TDesC8 *)
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void SetFormulaTakingOwnershipL(CShgFormulaSet *aFormulaSet, TDesC8 *aTokenFormula);
Description
Parameters
CShgFormulaSet *aFormulaSet |
|
TDesC8 *aTokenFormula |
|
|
CloseFormula(CShgFormulaSet *)
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C void CloseFormula(CShgFormulaSet *aFormulaSet);
Description
Parameters
CShgFormulaSet *aFormulaSet |
|
|
Interface status: |
deprecated |
Inherited from: TShgCell |
IMPORT_C const TDesC8* Formula() const;
Description
Gets the value of a formula type cell.
The function panics if the cell is of another type.
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TUint32 Key() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 Row(TUint32 aKey);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 CoordBitsOfKey();
Description
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 MaximumKey();
Description
Return value
MinimumKeyFromCoord(const TCellRef &)
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 MinimumKeyFromCoord(const TCellRef &aCellRef);
Description
Parameters
Return value
MinimumKeyFromCoord(TInt,TInt)
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 MinimumKeyFromCoord(TInt aRow, TInt aCol);
Description
Parameters
Return value
MaximumKeyFromCoord(const TCellRef &)
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 MaximumKeyFromCoord(const TCellRef &aCellRef);
Description
Parameters
Return value
MaximumKeyFromCoord(TInt,TInt)
Interface status: |
deprecated |
Inherited from: TShgCell |
static inline TUint32 MaximumKeyFromCoord(TInt aRow, TInt aCol);
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TCellRef ReturnCoord() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TType ReturnType() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TBool IsShadow() const;
Description
Return value
IsShadowOf(const TShgCell &)const
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TBool IsShadowOf(const TShgCell &aRealCell) const;
Description
Parameters
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline TBool IsTemporarilyReal() const;
Description
Return value
Interface status: |
deprecated |
Inherited from: TShgCell |
inline void MakeShadow();
Description
Interface status: |
deprecated |
Inherited from: TShgCell |
inline void MakeTemporarilyReal();
Description
Interface status: |
deprecated |
Inherited from: TShgCell |
inline void MakeProperlyReal();
Description
Interface status: |
deprecated |
Inherited from: TShgCell |
TErrorType
Description
Defines the error types that a cell can have.
Interface status: |
deprecated |
Inherited from: TShgCell |
TType
Description
Defines cell types.