Spread Windows Forms 12.0 Product Documentation
SelectionLength Property (CommandResult)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandResult Structure : SelectionLength Property
Gets the length of selections that were modified by command
Syntax
'Declaration
 
Public ReadOnly Property SelectionLength As Integer
'Usage
 
Dim instance As CommandResult
Dim value As Integer
 
value = instance.SelectionLength
public int SelectionLength {get;}
See Also

Reference

CommandResult Structure
CommandResult Members