PreviewRowVisible Property
Gets or sets whether to display the preview row.
public bool PreviewRowVisible {get; set;}
'Declaration
Public Property PreviewRowVisible As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.PreviewRowVisible = value
value = instance.PreviewRowVisible
Property Value
true
to display the preview row; otherwise,
false
This example customizes the appearance of the preview row.