Spread Windows Forms 17
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
    public string PreviewRowContent {get; set;}
    See Also