Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / ColumnPane Property


In This Topic
    ColumnPane Property (SpreadChildControlContainer)
    In This Topic
    Gets or sets the column viewport of the child control container.
    Syntax
    'Declaration
     
    
    Public Property ColumnPane As Integer
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim value As Integer
     
    instance.ColumnPane = value
     
    value = instance.ColumnPane
    public int ColumnPane {get; set;}
    See Also