Spread Silverlight Documentation
ColumnCount Property (ValidationDragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs Class : ColumnCount Property
Gets the column count of the cell range being dragged.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As System.Integer
'Usage
 
Dim instance As ValidationDragDropBlockEventArgs
Dim value As System.Integer
 
value = instance.ColumnCount
public System.int ColumnCount {get;}

Property Value

Column count of the cell range being dragged.
See Also

Reference

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members