CGXGridParam::SetExcelLikeFillFlags
void SetExcelLikeFillFlags(DWORD dwFlags);
dwFlags
dwFlags can be a combination of:·GX_XLFILLTEXT – fills the new cells with text ·GX_XLFILLSTYLE – fills the new cells with styles
Remarks
Enables Excel like auto fill with text or styles.
Turning this feature on will also turn on excel like selection frame and excel like current cell. Whereas, turning this off will not turn off excel like selection frame and excel like current cell.
Call GetParam()->SetExcelLikeFillFlags(FALSE) to turn off the feature.
See Also
CGXGridParam::GetExcelLikeFillFlags