Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BorderEditorControl Class / StartRow Property


In This Topic
    StartRow Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property StartRow As Integer
    'Usage
     
    
    Dim instance As BorderEditorControl
    Dim value As Integer
     
    instance.StartRow = value
     
    value = instance.StartRow
    public virtual int StartRow {get; set;}
    See Also