Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / SelectionLength Property


In This Topic
    SelectionLength Property (CommandResult)
    In This Topic
    Gets the length of selections that were modified by the 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