Spread 8.0 Documentation
DataRefresh Method
Support Options
ActiveX Reference > ActiveX Methods > DataRefresh Method

Glossary Item Box

DataRefresh Method


See Also    Example

Applies To

fpSpread control

Description

Refreshes the data in the control by reloading it from the data source.

Syntax

C++

void CSpreadSheet::DataRefresh( );

Visual Basic

fpSpread1.DataRefresh( )

Remarks

When the DataRefresh method is called, the control reloads the data from the data source. This method does not reload the headers.

This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.

Return Type

None

See Also

Sheet property

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.