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


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