Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Field Class / SelectionLength Property


In This Topic
    SelectionLength Property (Field)
    In This Topic
    Gets a value indicating the number of characters in the current selection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectionLength As Integer
    'Usage
     
    Dim instance As Field
    Dim value As Integer
     
    value = instance.SelectionLength
    public int SelectionLength {get;}

    Property Value

    A System.Int32 value means current selection length.
    Remarks
    The property is related to GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionLength. Users can change it through control's select method.
    See Also