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


In This Topic
    ColumnCount Property (DragDropExtent)
    In This Topic
    Gets the column count for the drag drop.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As DragDropExtent
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}
    See Also