Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowFetchEventArgs Class / PreviewRowContent Property


In This Topic
PreviewRowContent Property
In This Topic
Gets or sets the content of the preview row.
Syntax
'Declaration
 
Public Property PreviewRowContent As String
 
'Usage
 
Dim instance As PreviewRowFetchEventArgs
Dim value As String
 
instance.PreviewRowContent = value
 
value = instance.PreviewRowContent
See Also