PreviewRowColumnIndex Property
Gets or sets the index of the preview row column.
public int PreviewRowColumnIndex {get; set;}
'Declaration
Public Property PreviewRowColumnIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.PreviewRowColumnIndex = value
value = instance.PreviewRowColumnIndex
Property Value
Index of the column of the preview row
This example customizes the appearance of the preview row.