[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PreviewRowFetchEventArgs

PreviewRowFetchEventArgs Class

Represents the event data for the PreviewRowFetch event for the Spread component, which occurs for formatting the preview row content.

Inheritance
PreviewRowFetchEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PreviewRowFetchEventArgs : EventArgs
Public Class PreviewRowFetchEventArgs
    Inherits EventArgs

Constructors

Name Description
PreviewRowFetchEventArgs(SpreadView, int, string)

Initializes a new instance of the PreviewRowFetchEventArgs class.

Properties

Name Description
PreviewRowContent

Gets or sets the content of the preview row.

Row

Gets the row index that the preview row belongs to.

View

Gets the view that contains the preview row.