Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowInfo Class / ColumnIndex Property


In This Topic
    ColumnIndex Property (PreviewRowInfo)
    In This Topic
    Gets or sets the column index of preview row bound to.
    Syntax
    'Declaration
     
    
    Public Property ColumnIndex As Integer
    'Usage
     
    
    Dim instance As PreviewRowInfo
    Dim value As Integer
     
    instance.ColumnIndex = value
     
    value = instance.ColumnIndex
    public int ColumnIndex {get; set;}
    See Also