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


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