Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / CellSpanSelectionPolicy Property


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