<< Return to Main Index

< Return to Class Index

CGXData::DeleteRangeName

virtual BOOL DeleteRangeName(LPCTSTR name, CObject*& pUndoInfo, BOOL bCreateUndoInfo);

name

Points to the string with the range name

pUndoInfo

A reference to a CObject pointer. DeleteRangeName will allocate this object and store undo information into this object when bCreateUndoInfo is TRUE. This undo information can later be passed to SetRangeName.

bCreateUndoInfo

TRUE if undo information shall be created.

Return Value

TRUE if a range with the given name was found; FALSE otherwise.

Remarks

This method has no effect for CGXData. Only CGXFormulaSheet provides an implementation for this method.

Note: CGXFormulaSheet is only provided with the professional edition of Objective Grid.

CGXData

Class Overview | Class Members