Spread Silverlight Documentation
FromColumn Property (ValidationDragDropBlockEventArgs)


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

Property Value

The column index of the top left cell of the source range (range being dragged)
See Also

Reference

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members