Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationDragDropBlockEventArgs Class / ColumnCount Property


In This Topic
    ColumnCount Property (ValidationDragDropBlockEventArgs)
    In This Topic
    Gets the column count of the cell range being dragged.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}

    Property Value

    Column count of the cell range being dragged.
    See Also