Spread for ASP.NET 12 Product Documentation
PreviewRowColumnIndex Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : PreviewRowColumnIndex Property
Gets or sets the index of the preview row column.
Syntax
'Declaration
 
Public Property PreviewRowColumnIndex As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.PreviewRowColumnIndex = value
 
value = instance.PreviewRowColumnIndex
public int PreviewRowColumnIndex {get; set;}

Property Value

Index of the column of the preview row
See Also

Reference

SheetView Class
SheetView Members