Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SearchDialog Class / StartColumnIndex Property


In This Topic
    StartColumnIndex Property (SearchDialog)
    In This Topic
    Gets or sets the column at which to start the search.
    Syntax
    'Declaration
     
    
    Public Overridable Property StartColumnIndex As Integer
    'Usage
     
    
    Dim instance As SearchDialog
    Dim value As Integer
     
    instance.StartColumnIndex = value
     
    value = instance.StartColumnIndex
    public virtual int StartColumnIndex {get; set;}
    See Also