Spread Windows Forms 12.0 Product Documentation
OnPreviewRowFetch Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnPreviewRowFetch Method
The PreviewRowFetchEventArgs instance that contains the event data.
Raises the PreviewRowFetch event.
Syntax
'Declaration
 
Protected Overridable Sub OnPreviewRowFetch( _
   ByVal e As PreviewRowFetchEventArgs _
) 
'Usage
 
Dim instance As FpSpread
Dim e As PreviewRowFetchEventArgs
 
instance.OnPreviewRowFetch(e)
protected virtual void OnPreviewRowFetch( 
   PreviewRowFetchEventArgs e
)

Parameters

e
The PreviewRowFetchEventArgs instance that contains the event data.
See Also

Reference

FpSpread Class
FpSpread Members