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


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