Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / CellSpanSelectionPolicy Property


In This Topic
    CellSpanSelectionPolicy Property (SpreadView)
    In This Topic
    Gets or sets the selection model to use when working with a span.
    Syntax
    'Declaration
     
    
    Public Property CellSpanSelectionPolicy As CellSpanSelectionPolicy
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As CellSpanSelectionPolicy
     
    instance.CellSpanSelectionPolicy = value
     
    value = instance.CellSpanSelectionPolicy
    public CellSpanSelectionPolicy CellSpanSelectionPolicy {get; set;}
    See Also