CGXGridCore:: OnAutoFillDone
virtual void OnAutoFillDone(CGXRange& rgFinal);??
RgFinal
The final range on which auto fill was done.
Remarks
This function will be called after the user has finished drag selecting a new range for auto fill and the new range is filled with data from the beginning range.
If you override this function, call the base class for default functionality.
See Also
CGXGridCore::OnStartAutoFillSelection CGXGridCore::DoAutoFill CGXGridCore::CanChangeAutoFillSelection