#include <SHGAPI.H>
Link against:
sheng.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class CShgWorkSheet : public CBase, public MShgCellReader;
Description
A spreadsheet engine worksheet.
Derivation
MShgCellReader
- Interface to read a specified cell.
CBase
-
Base class for all classes to be instantiated on the heap.
CShgWorkSheet
- A spreadsheet engine worksheet.
Members
Defined in CShgWorkSheet
:
AddCellInsideEditOperationL(const TShgCell &)
Adds a cell to a worksheet, assuming an edit operation is in progress.
BottomRight()const
Gets the cell at the bottom right of the worksheet.
CellWasChangedByLastEditOperation(const TCellRef &)const
Tests if a specified cell was changed by the last edit operation.
ClearL(const CArrayFix< TRangeRef > *,TUint32)
Clears an array of ranges.
ClearL(const TCellRef &,TUint32)
Clears a cell.
CopyL(CStreamStore &,CStreamDictionary &,const CArrayFix< TRangeRef > *)const
Copies an array of ranges to the clipboard.
CopyL(CStreamStore &,CStreamDictionary &,const TCellRef &)const
Copies a cell to the clipboard.
DefaultAdditionalData()const
Gets default additional data for the worksheet.
DeleteCellInsideEditOperationL(const TCellRef &)
Deletes a cell from a worksheet, assuming an edit operation is in progress.
EClearAdditionalData
Clear cell additional data.
EClearAll
Clear cell contents and additional data.
EClearContents
Clear cell contents.
EDeleteCellsInRangeObliterated
Allow existing cells to be overwritten.
EDisallowCellsInRangeObliterated
Do not allow existing cells to be overwritten.
EPasteActionAdd
Result is the addition of the copied values to the existing values.
EPasteActionDivide
Result is the division of the existing values by the copied values.
EPasteActionMultiply
Result is the multiplication of the copied values by the existing values.
EPasteActionOverwrite
Overwrite existing data.
EPasteActionSubtract
Result is the subtraction of the copied values from the existing values.
EPasteAdditionalData
Paste additional data only.
EPasteAll
Paste all.
EPasteFormula
Paste formula only.
EPasteValue
Paste value only.
ESearchDirectionBackwards
Search backwards.
ESearchDirectionForwards
Search forwards.
ESearchOrderByColumn
Search by columns.
ESearchOrderByRow
Search by rows.
ESearchThroughAll
Search formulae and values.
ESearchThroughFormulae
Search formulae only.
ESearchThroughValues
Search values only.
EShiftHorizontally
Shift horizontally.
EShiftVertically
Shift vertically.
ESortOrientationLeftToRight
Sort horizontally.
ESortOrientationTopToBottom
Sort vertically.
EffectiveCharFormat(const TCellRef &,const TShgCell *)const
Gets the character layer formatting that applies to a cell, specified by referen...
EffectiveCharFormatRead(const TCellRef &)const
Gets the character layer formatting that applies to a specified cell.
EffectiveNumberFormat(const TCellRef &,const TShgCell *)const
Gets the number format for a cell, specified by reference or by object.
EffectiveNumberFormatRead(const TCellRef &)const
Gets the number format for a specified cell.
EffectiveParaFormat(const TCellRef &,const TShgCell *)const
Gets the paragraph layer formatting that applies to a cell, specified by referen...
EffectiveParaFormatRead(const TCellRef &)const
Gets the paragraph layer formatting that applies to a specified cell.
GridLay()const
Gets the worksheet as a Grid API layer object.
GridTable()const
Gets the worksheet as a Grid API table.
IsAnyCellInRangeProtected(const TRangeRef &)const
Tests if any cell in a specified range is protected.
IsCellProtected(const TCellRef &)const
Tests if a specified cell is protected.
IsLocked()const
Tests if the worksheet is locked.
Lock(TBool)
Locks/unlocks the worksheet.
MShgReadCell(const TCellRef &)const
Gets a specified cell.
Name()const
Gets the worksheet name.
PasteL(TRangeRef &,const TRangeRef &,const CStreamStore &,const CStreamDictionary &,TBool,TUint32,TPasteAction)
Paste data from the clipboard into the worksheet.
ProtectL(const CArrayFix< TRangeRef > *,TBool)
Protects a specified array of ranges.
ProtectL(const TCellRef &,TBool)
Sets a specified cell to be protected.
ReadFormulaCellTextL(const TShgCell &)const
Gets the formula text for a specified cell.
ReadShgCell(const TCellRef &)const
Gets a specified cell.
SSortKey
Defines keys for sorting operations.
SearchL(const TDesC &,const CArrayFix< TRangeRef > *,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const
Searches an array of ranges for some specified text.
SearchL(const TDesC &,const TRangeRef &,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const
Searches a range for some specified text.
SetCellL(const TCellRef &,const TDesC &)
Sets cell contents.
SetNameL(const TDesC &)
Sets the worksheet name.
SetShowZeros(TBool)
Sets whether zero values should be displayed.
SheetEngine()const
Gets the spreadsheet engine used by the worksheet.
ShiftCellsL(const TCellRef &,TInt,TInt,TShiftDirection,TShiftRule)
Shifts some specified rows or columns.
ShowZeros()const
Gets whether zero values should be displayed.
SortL(const TRangeRef &,const CArrayFix< SSortKey > *,TSortOrientation)
Sorts a range of cells.
TClearParameters
Cell clear operation flags.
TPasteAction
Cell paste action flags.
TPasteWhat
Cell paste operation content flags.
TSearchDirection
Search direction.
TSearchOrder
Search order.
TSearchThroughWhat
Search content flags.
TShiftDirection
Cell shift operation directions.
TShiftRule
Cell shift operation rules.
TSortOrientation
Sort orientation flags.
UpdateAdditionalDataL(const CArrayFix< TRangeRef > *,const CShgCellAdditionalData *)
Updates additional data for a specified array of ranges.
UpdateAdditionalDataL(const TCellRef &,const CShgCellAdditionalData *)
Updates additional data (formatting information) for a specified cell.
WorkSheetNo()const
Gets the worksheet number.
~CShgWorkSheet()
Destructor.
Inherited from CBase
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
virtual ~CShgWorkSheet();
Description
Destructor.
SortL(const TRangeRef &,const CArrayFix< SSortKey > *,TSortOrientation)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError SortL(const TRangeRef &aRangeRef, const CArrayFix< SSortKey > *aArrayOfSortKeys, TSortOrientation aSortOrientation);
Description
Sorts a range of cells.
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
SearchL(const TDesC &,const CArrayFix< TRangeRef > *,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const TShgCell* SearchL(const TDesC &aTextToFind, const CArrayFix< TRangeRef > *aRangeArrayToSearchIn, const TCellRef
&aStartCell, TBool aIncludeStartCell, TBool aSearchCyclically, TSearchOrder aSearchOrder, TSearchDirection aSearchDirection,
TUint32 aWhatToSearchThrough, TBool aMatchCase, TBool aFindEntireCellOnly) const;
Description
Searches an array of ranges for some specified text.
Parameters
const TDesC16 &aTextToFind |
Text to search for
|
const CArrayFix < TRangeRef > *aRangeArrayToSearchIn |
Array of cell ranges that defines the search area
|
const TCellRef &aStartCell |
Cell at which to start the search
|
TBool aIncludeStartCell |
If true, include aStartCell in the search
|
TBool aSearchCyclically |
If true, wrap around from end of search area to the beginning
|
CShgWorkSheet::TSearchOrder aSearchOrder |
Search by row or column
|
CShgWorkSheet::TSearchDirection aSearchDirection |
Search forwards or backwards
|
TUint32 aWhatToSearchThrough |
Search cells values and/or formulae. This is a bitmask of TSearchThroughWhat values.
|
TBool aMatchCase |
If true, match case
|
TBool aFindEntireCellOnly |
If true, only match with entire cells
|
|
Return value
const TShgCell * |
If successful, a cell matching the search criteria, else NULL
|
|
SearchL(const TDesC &,const TRangeRef &,const TCellRef &,TBool,TBool,TSearchOrder,TSearchDirection,TUint32,TBool,TBool)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const TShgCell* SearchL(const TDesC &aTextToFind, const TRangeRef &aRangeToSearchIn, const TCellRef &aStartCell,
TBool aIncludeStartCell, TBool aSearchCyclically, TSearchOrder aSearchOrder, TSearchDirection aSearchDirection, TUint32 aWhatToSearchThrough,
TBool aMatchCase, TBool aFindEntireCellOnly) const;
Description
Searches a range for some specified text.
Parameters
const TDesC16 &aTextToFind |
Text to search for
|
const TRangeRef &aRangeToSearchIn |
Cell range that defines the search area
|
const TCellRef &aStartCell |
Cell at which to start the search
|
TBool aIncludeStartCell |
If true, include aStartCell in the search
|
TBool aSearchCyclically |
If true, wrap around from end of search area to the beginning
|
CShgWorkSheet::TSearchOrder aSearchOrder |
Search by row or column
|
CShgWorkSheet::TSearchDirection aSearchDirection |
Search forwards or backwards
|
TUint32 aWhatToSearchThrough |
Search cells values and/or formulae. This is a bitmask of TSearchThroughWhat values.
|
TBool aMatchCase |
If true, match case
|
TBool aFindEntireCellOnly |
If true, only match with entire cells
|
|
Return value
const TShgCell * |
If successful, a cell matching the search criteria, else NULL
|
|
ShiftCellsL(const TCellRef &,TInt,TInt,TShiftDirection,TShiftRule)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError ShiftCellsL(const TCellRef &aReferenceCell, TInt aShiftAmount, TInt aExtentOfBlockShifted, TShiftDirection
aShiftDirection, TShiftRule aShiftRule);
Description
Shifts some specified rows or columns.
The rows/columns to move are specified by an origin cell, plus the number of rows/columns from this point. The movement is
specified by an amount and a direction.
!! disable undo until the grid-lay part can be undone too (V1.1?)
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
ClearL(const TCellRef &,TUint32)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError ClearL(const TCellRef &aCell, TUint32 aWhatToClear=EClearAll);
Description
Clears a cell.
Parameters
const TCellRef &aCell |
Cell to clear
|
TUint32 aWhatToClear |
Clear contents and/or additional data flag. This is a bitmask of TClearParameters values.
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
ClearL(const CArrayFix< TRangeRef > *,TUint32)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError ClearL(const CArrayFix< TRangeRef > *aRangeArray, TUint32 aWhatToClear=EClearAll);
Description
Clears an array of ranges.
Parameters
const CArrayFix < TRangeRef > *aRangeArray |
Array of ranges to clear
|
TUint32 aWhatToClear |
Clear contents and/or additional data flag. This is a bitmask of TClearParameters values.
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
CellWasChangedByLastEditOperation(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TBool CellWasChangedByLastEditOperation(const TCellRef &aCellRef) const;
Description
Tests if a specified cell was changed by the last edit operation.
Parameters
Return value
TBool
|
True if cell was changed, else false
|
|
UpdateAdditionalDataL(const TCellRef &,const CShgCellAdditionalData *)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError UpdateAdditionalDataL(const TCellRef &aCell, const CShgCellAdditionalData *aData);
Description
Updates additional data (formatting information) for a specified cell.
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
UpdateAdditionalDataL(const CArrayFix< TRangeRef > *,const CShgCellAdditionalData *)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError UpdateAdditionalDataL(const CArrayFix< TRangeRef > *aRangeArray, const CShgCellAdditionalData *aData);
Description
Updates additional data for a specified array of ranges.
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
EffectiveParaFormatRead(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const CParaFormatLayer* EffectiveParaFormatRead(const TCellRef &aCell) const;
Description
Gets the paragraph layer formatting that applies to a specified cell.
Parameters
Return value
const CParaFormatLayer * |
Cell's paragraph layer formatting
|
|
EffectiveParaFormat(const TCellRef &,const TShgCell *)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const CParaFormatLayer* EffectiveParaFormat(const TCellRef &aCell, const TShgCell *aShgCell) const;
Description
Gets the paragraph layer formatting that applies to a cell, specified by reference or by object.
Parameters
const TCellRef &aCell |
Cell to query if aShgCell is NULL
|
const TShgCell *aShgCell |
Cell to query. This can be NULL.
|
|
Return value
const CParaFormatLayer * |
Cell's paragraph layer formatting
|
|
EffectiveCharFormatRead(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const CCharFormatLayer* EffectiveCharFormatRead(const TCellRef &aCell) const;
Description
Gets the character layer formatting that applies to a specified cell.
Parameters
Return value
const CCharFormatLayer * |
Cell's character layer formatting
|
|
EffectiveCharFormat(const TCellRef &,const TShgCell *)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const CCharFormatLayer* EffectiveCharFormat(const TCellRef &aCell, const TShgCell *aShgCell) const;
Description
Gets the character layer formatting that applies to a cell, specified by reference or by object.
Parameters
const TCellRef &aCell |
Cell to query if aShgCell is NULL
|
const TShgCell *aShgCell |
Cell to query. This can be NULL.
|
|
Return value
const CCharFormatLayer * |
Cell's character layer formatting
|
|
EffectiveNumberFormatRead(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgNumberFormat EffectiveNumberFormatRead(const TCellRef &aCell) const;
Description
Gets the number format for a specified cell.
Parameters
Return value
EffectiveNumberFormat(const TCellRef &,const TShgCell *)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgNumberFormat EffectiveNumberFormat(const TCellRef &aCell, const TShgCell *aShgCell) const;
Description
Gets the number format for a cell, specified by reference or by object.
Parameters
const TCellRef &aCell |
Cell to query if aShgCell is NULL
|
const TShgCell *aShgCell |
Cell to query. This can be NULL.
|
|
Return value
ProtectL(const TCellRef &,TBool)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError ProtectL(const TCellRef &aCell, TBool aProtected);
Description
Sets a specified cell to be protected.
Parameters
const TCellRef &aCell |
Cell to set
|
TBool aProtected |
True to set the cell to protected, false to set it to unprotected
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
ProtectL(const CArrayFix< TRangeRef > *,TBool)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError ProtectL(const CArrayFix< TRangeRef > *aRangeArray, TBool aProtected);
Description
Protects a specified array of ranges.
Parameters
const CArrayFix < TRangeRef > *aRangeArray |
Ranges to set
|
TBool aProtected |
True to set the ranges to protected, false to set them to unprotected
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
IsCellProtected(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TBool IsCellProtected(const TCellRef &aCell) const;
Description
Tests if a specified cell is protected.
Parameters
Return value
TBool
|
True if the cell is protected, otherwise false.
|
|
IsAnyCellInRangeProtected(const TRangeRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TBool IsAnyCellInRangeProtected(const TRangeRef &aRange) const;
Description
Tests if any cell in a specified range is protected.
Parameters
Return value
TBool
|
True if any cell is protected, otherwise false
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C void Lock(TBool aLocked);
Description
Locks/unlocks the worksheet.
Parameters
TBool aLocked |
True to lock the worksheet, false to unlock
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TBool IsLocked() const;
Description
Tests if the worksheet is locked.
Return value
TBool
|
True if the worksheet is locked, false if unlocked
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C void SetShowZeros(TBool aShowZeros);
Description
Sets whether zero values should be displayed.
Parameters
TBool aShowZeros |
True if zero values should be displayed
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TBool ShowZeros() const;
Description
Gets whether zero values should be displayed.
Return value
TBool
|
True if zero values should be displayed
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C MGridTable* GridTable() const;
Description
Gets the worksheet as a Grid API table.
Return value
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C CSheetEngine* SheetEngine() const;
Description
Gets the spreadsheet engine used by the worksheet.
Return value
ReadShgCell(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgCell* ReadShgCell(const TCellRef &aCellRef) const;
Description
Gets a specified cell.
Parameters
Return value
TShgCell *
|
The cell identified by aCellRef
|
|
ReadFormulaCellTextL(const TShgCell &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TPtrC ReadFormulaCellTextL(const TShgCell &aCell) const;
Description
Gets the formula text for a specified cell.
The function panics if the cell does not contain a formula.
Parameters
Return value
SetCellL(const TCellRef &,const TDesC &)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError SetCellL(const TCellRef &aCellRef, const TDesC &aText);
Description
Sets cell contents.
Parameters
const TCellRef &aCellRef |
Cell to set
|
const TDesC16 &aText |
New cell contents
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
AddCellInsideEditOperationL(const TShgCell &)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError AddCellInsideEditOperationL(const TShgCell &aCell);
Description
Adds a cell to a worksheet, assuming an edit operation is in progress.
It assumes that CSheetEngine::StartEditOperation()
and CSheetEngine::EndEditOperationL(TShgError)
are called around this.
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
DeleteCellInsideEditOperationL(const TCellRef &)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError DeleteCellInsideEditOperationL(const TCellRef &aCellRef);
Description
Deletes a cell from a worksheet, assuming an edit operation is in progress.
Parameters
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C void SetNameL(const TDesC &aName);
Description
Sets the worksheet name.
Parameters
const TDesC16 &aName |
Worksheet name
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const TPtrC Name() const;
Description
Gets the worksheet name.
Return value
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TInt WorkSheetNo() const;
Description
Gets the worksheet number.
Return value
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TCellRef BottomRight() const;
Description
Gets the cell at the bottom right of the worksheet.
Return value
TCellRef
|
Cell at the bottom right of the worksheet
|
|
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C CGridLay* GridLay() const;
Description
Gets the worksheet as a Grid API layer object.
Return value
DefaultAdditionalData()const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C const CShgCellAdditionalData* DefaultAdditionalData() const;
Description
Gets default additional data for the worksheet.
Return value
PasteL(TRangeRef &,const TRangeRef &,const CStreamStore &,const CStreamDictionary &,TBool,TUint32,TPasteAction)
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C TShgError PasteL(TRangeRef &aBounds, const TRangeRef &aDestination, const CStreamStore &aStore, const CStreamDictionary
&aDictionary, TBool aSkipBlanks=EFalse, TUint32 aWhatToPaste=EPasteAll, TPasteAction aPasteAction=EPasteActionOverwrite);
Description
Paste data from the clipboard into the worksheet.
The data can be plain text or spreadsheet engine cells.
Parameters
TRangeRef &aBounds |
On return, range affected by the paste operation
|
const TRangeRef &aDestination |
Destination range
|
const CStreamStore &aStore |
Store from which to read data
|
const CStreamDictionary &aDictionary |
Dictionary from which to read stream IDs
|
TBool aSkipBlanks |
If true, do not paste blank cells
|
TUint32 aWhatToPaste |
Flag to control which of values/formulae/additional data are pasted. This is a bitmask of TPasteWhat flags.
|
CShgWorkSheet::TPasteAction aPasteAction |
Flag to control whether pasting overwrites or manipulates existing data
|
|
Return value
TShgError
|
EShgNoError if successful, otherwise an error code
|
|
CopyL(CStreamStore &,CStreamDictionary &,const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C void CopyL(CStreamStore &aStore, CStreamDictionary &aDictionary, const TCellRef &aCell) const;
Description
Copies a cell to the clipboard.
Parameters
CopyL(CStreamStore &,CStreamDictionary &,const CArrayFix< TRangeRef > *)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
IMPORT_C void CopyL(CStreamStore &aStore, CStreamDictionary &aDictionary, const CArrayFix< TRangeRef > *aRangeArray) const;
Description
Copies an array of ranges to the clipboard.
Parameters
MShgReadCell(const TCellRef &)const
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
virtual TShgCell* MShgReadCell(const TCellRef &aCellRef) const;
Description
Gets a specified cell.
Parameters
Return value
TShgCell *
|
The cell identified by aCellRef
|
|
Interface status: |
deprecated |
|
struct SSortKey;
Description
Defines keys for sorting operations.
Members
Defined in CShgWorkSheet::SSortKey
:
Member enumerations
Enum TDirection
Interface status: |
deprecated |
Inherited from: CShgWorkSheet::SSortKey |
TDirection
Description
Sort order.
Member data
iCellRefDimensionPerpendicularToSort
Interface status: |
deprecated |
Inherited from: CShgWorkSheet::SSortKey |
TInt iCellRefDimensionPerpendicularToSort;
Description
Number of row or column, depending on which is perpendicular to the sort.
iDirection
Interface status: |
deprecated |
Inherited from: CShgWorkSheet::SSortKey |
TDirection iDirection;
Description
Sort order.
iCaseSensitive
Interface status: |
deprecated |
Inherited from: CShgWorkSheet::SSortKey |
TBool iCaseSensitive;
Description
If true, sorting is case-sensitive
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TSearchOrder
Description
Search order.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TSearchDirection
Description
Search direction.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TSearchThroughWhat
Description
Search content flags.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TShiftDirection
Description
Cell shift operation directions.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TShiftRule
Description
Cell shift operation rules.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TClearParameters
Description
Cell clear operation flags.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TPasteWhat
Description
Cell paste operation content flags.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TPasteAction
Description
Cell paste action flags.
Interface status: |
deprecated |
Inherited from: CShgWorkSheet |
TSortOrientation
Description
Sort orientation flags.