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


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