Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / PreviewRowInfo Property


In This Topic
PreviewRowInfo Property
In This Topic
Gets or sets preview row information for the sheet.
Syntax
'Declaration
 
Public Property PreviewRowInfo As PreviewRowInfo
 
'Usage
 
Dim instance As SheetView
Dim value As PreviewRowInfo
 
instance.PreviewRowInfo = value
 
value = instance.PreviewRowInfo
See Also