Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / PreviewRowColumnIndex Property
Example


In This Topic
    PreviewRowColumnIndex Property
    In This Topic
    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
    Example
    This example customizes the appearance of the preview row.
    See Also