Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / GetSpellingErrorStart Method


In This Topic
    GetSpellingErrorStart Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetSpellingErrorStart( _
       ByVal charIndex As Integer _
    ) As Integer
    'Usage
     
    Dim instance As EditingElement
    Dim charIndex As Integer
    Dim value As Integer
     
    value = instance.GetSpellingErrorStart(charIndex)
    public int GetSpellingErrorStart( 
       int charIndex
    )

    Parameters

    charIndex
    See Also