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


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